Skip to content

Commit

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

## Summary

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

## Changes

* Wait until streams are completed before exiting to prevent output cropping when jasmine is called form another process
- Merges [#141](https://github.com/jasmine/jasmine-npm/issues/141) from @jkytomak


* Allow excluding spec files and helper files
- Merges [#140](https://github.com/jasmine/jasmine-npm/issues/140) from @liuxh0
- Fixes [#128](https://github.com/jasmine/jasmine-npm/issues/128)


------

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

0 comments on commit 6c7db63

Please sign in to comment.