Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Release 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Oct 20, 2015
1 parent 40cd6fb commit 77ef4dc
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '0.12'
script:
- test $SAUCE_USERNAME && npm run zuul || echo 'not running on saucelabs'
- npm test
Expand Down
4 changes: 4 additions & 0 deletions History.md
@@ -1,3 +1,7 @@
7.1.1 / 2015-10-20
==================

* Update format package to fix node 0.12 Symbol formatting

7.1.0 / 2015-08-28
==================
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "7.1.0",
"version": "7.1.1",
"author": "TJ Holowaychuk <tj@vision-media.ca> and contributors",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"dependencies": {
"should-equal": "0.5.0",
"should-format": "0.3.0",
"should-format": "0.3.1",
"should-type": "0.2.0"
}
}

0 comments on commit 77ef4dc

Please sign in to comment.