Skip to content

Commit 0520f62

Browse files
Release 0.3.0
1 parent 7015130 commit 0520f62

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

History.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
0.3.0 / 2012-07-11
3+
==================
4+
5+
* Merge branch 'feature/human-stringified' of git://github.com/tregusti/chai-spies into tregusti-feature/human-stringified
6+
* Merge pull request #3 from tregusti/feature/spyname
7+
* Merge pull request #2 from tregusti/feature/wording
8+
* Make spies print out prettier
9+
* Add possibility to specify a name of a spy
10+
* Documentation typo fix.
11+
* More typo fixes
12+
* Fix type in docs
13+
* Corrected textual message
14+
215
0.2.3 / 2012-07-09
316
==================
417

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)",
33
"name": "chai-spies",
44
"description": "Spies for the Chai assertion library.",
5-
"version": "0.2.3",
5+
"version": "0.3.0",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/logicalparadox/chai-spies.git"

0 commit comments

Comments
 (0)