Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slackersoft committed Nov 14, 2014
1 parent 81dd5a9 commit b960308
Show file tree
Hide file tree
Showing 2 changed files with 28 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,13 +8,13 @@
"tdd",
"bdd"
],
"version": "2.0.1",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/pivotal/jasmine-npm"
},
"dependencies": {
"jasmine-core": "~2.0.1",
"jasmine-core": "~2.1.0",
"glob": "^3.2.11"
},
"bin": "./bin/jasmine.js",
Expand Down
26 changes: 26 additions & 0 deletions release_notes/2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Jasmine NPM 2.1.0 Release Notes

## Summary

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

## Changes

* Stop using util.print as default print option.
* Make the grunt task that runs the jasmine specs available by moving it to the `tasks` dir
* Add cleaned up ConsoleReporter from jasmine-core to the npm.

## Pull Requests and Issues

- Split paths with path.sep and parse arguments in a more compatible way.
- Merges [#6](http://github.com/pivotal/jasmine-npm/issues/6) from @briandipalma
- Allow the jasmine command to run only a specified set of files.
- Fixes [#2](http://github.com/pivotal/jasmine-npm/issues/2)
- Add ability to load jasmine config from a javascript object
- Merges [#1](http://github.com/pivotal/jasmine-npm/issues/1)

------

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

0 comments on commit b960308

Please sign in to comment.