Skip to content

Commit

Permalink
Update to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Aug 31, 2016
1 parent b2f2f3c commit 7873231
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bdd"
],
"license": "MIT",
"version": "2.4.1",
"version": "2.5.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"exit": "^0.1.2",
"glob": "^3.2.11",
"jasmine-core": "~2.4.0"
"jasmine-core": "~2.5.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
43 changes: 43 additions & 0 deletions release_notes/2.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Jasmine NPM 2.5.0 Release Notes

## Summary

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

## Changes

* Report errors in global afterAlls
* Retrieve the jasmine-core version through the interface
* Run CI against multiple node versions

## Pull Requests & Issues

* Added travis ci support for node 6
- Merges [#79](https://github.com/jasmine/jasmine-npm/issues/79) from @amilajack

* Added better install method to readme
- Merges [#80](https://github.com/jasmine/jasmine-npm/issues/80) from @amilajack

* Use jasmine-core's fallback reporter
- Merges [#67](https://github.com/jasmine/jasmine-npm/issues/67) from @mauricioborges
- Fixes [#66](https://github.com/jasmine/jasmine-npm/issues/66)

* Allow to run without jasmine.json
- Merges [#74](https://github.com/jasmine/jasmine-npm/issues/74) from @m7r

* Default spec_dir if not provided
- Merges [#70](https://github.com/jasmine/jasmine-npm/issues/70) from @dflynn15
- Fixes [#69](https://github.com/jasmine/jasmine-npm/issues/69)

* Proper handling of randomization args in config and command line
- Merges [#65](https://github.com/jasmine/jasmine-npm/issues/65) from @marcioj

* Resolve examples folder dynamically.
- Merges [#64](https://github.com/jasmine/jasmine-npm/issues/64) from @danielsiwiec
- Fixes [#63](https://github.com/jasmine/jasmine-npm/issues/63)

------

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

0 comments on commit 7873231

Please sign in to comment.