Skip to content

Commit

Permalink
Bump version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Apr 4, 2019
1 parent b5d9ef9 commit dd00f4b
Show file tree
Hide file tree
Showing 2 changed files with 25 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": "3.3.1",
"version": "3.4.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"glob": "^7.1.3",
"jasmine-core": "~3.3.0"
"jasmine-core": "~3.4.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
23 changes: 23 additions & 0 deletions release_notes/3.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Jasmine NPM 3.4 Release Notes

## Summary

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

## Changes

* Use `removeListener` instead of `off` since it always exists

* moved exit listener add and removal to completion reporter
- Merges [#149](https://github.com/jasmine/jasmine-npm/issues/149) from @battk
- Fixes [#134](https://github.com/jasmine/jasmine-npm/issues/134)
- Fixes [#125](https://github.com/jasmine/jasmine-npm/issues/125)

* Update README.md
- Merges [#146](https://github.com/jasmine/jasmine-npm/issues/146) from @strama4

------

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

0 comments on commit dd00f4b

Please sign in to comment.