Skip to content

Commit

Permalink
Bump version to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Aug 21, 2021
1 parent 1af25ba commit 5fa04cf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"bdd"
],
"license": "MIT",
"version": "3.8.0",
"version": "3.9.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -28,7 +28,7 @@
],
"dependencies": {
"glob": "^7.1.6",
"jasmine-core": "~3.8.0"
"jasmine-core": "~3.9.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
30 changes: 30 additions & 0 deletions release_notes/3.9.0.md
@@ -0,0 +1,30 @@
# Jasmine NPM Release Notes

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

## New features and bug fixes

* Allow arbitrary env configuration to be specified via the `env` config field

This allows us to automatically support new env config properties in the
future without any code changes.

* Default to including .mjs as well as .js in newly generated config files
* Fixes #176

# Documentation improvements

* Added jsdoc for Jasmine.prototype.configureDefaultReporter
* Fixed copy-paste error in docs
* Merges [#183](https://github.com/jasmine/jasmine-npm/pull/183) from @UziTech

## Internal notes

* Removed vestigal code for old `timer` reporter option


------

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

0 comments on commit 5fa04cf

Please sign in to comment.