diff --git a/package.json b/package.json index bbfac774..8fbd3680 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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", diff --git a/release_notes/3.4.0.md b/release_notes/3.4.0.md new file mode 100644 index 00000000..ad963474 --- /dev/null +++ b/release_notes/3.4.0.md @@ -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)_