Skip to content

Commit

Permalink
Version bump for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Cobb and Gregg Van Hove committed Feb 2, 2015
1 parent e1ce7bf commit 5e0a2dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tdd",
"bdd"
],
"version": "2.1.1",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -17,7 +17,7 @@
"test": "./node_modules/.bin/grunt && ./bin/jasmine.js"
},
"dependencies": {
"jasmine-core": "~2.1.0",
"jasmine-core": "~2.2.0",
"glob": "^3.2.11"
},
"bin": "./bin/jasmine.js",
Expand Down
17 changes: 17 additions & 0 deletions release_notes/2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Jasmine NPM 2.2.0 Release Notes

## Summary

This release updates the jasmine-core dependency to 2.2.0. See the
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/master/release_notes/2.2.0.md)
for more information.

## Changes

* Show pending specs at the end of the suite
* Don't package node_modules and release_notes directories
* Uses more realistic folder structure for examples

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 5e0a2dd

Please sign in to comment.