Skip to content

Commit 17ad46f

Browse files
committed
Bump version to 3.6.4
1 parent 28673df commit 17ad46f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bdd"
1010
],
1111
"license": "MIT",
12-
"version": "3.6.3",
12+
"version": "3.6.4",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/jasmine/jasmine-npm"

release_notes/3.6.4.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Jasmine NPM 3.6.4 Release Notes
2+
3+
## Summary
4+
5+
This is a bugfix release that removes the `engines` specification.
6+
7+
## Changes
8+
9+
* Removed `engines` field from package.json
10+
11+
The engines field was added in 3.6.3 in an attempt to better document the set
12+
of Node versions that Jasmine supports, but it's caused more problems than it
13+
solves. In particular, Yarn users receive an error rather than a warning when
14+
using a version of Node that works but isn't supported.
15+
16+
See <https://jasmine.github.io/setup/nodejs.html> for a list of supported Node
17+
versions.

0 commit comments

Comments
 (0)