Skip to content

Commit

Permalink
Release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Dec 13, 2014
1 parent ff3791c commit 7d45b12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.4.1 / 2014-12-13
==================

* bump deps

4.4.0 / 2014-12-12
==================

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "4.4.0",
"version": "4.4.1",
"author": "TJ Holowaychuk <[email protected]> and contributors",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"main": "./lib/should.js",
"license": "MIT",
"dependencies": {
"should-equal": "0.2.2",
"should-format": "0.0.4"
"should-equal": "0.2.3",
"should-format": "0.0.5"
}
}

0 comments on commit 7d45b12

Please sign in to comment.