Skip to content

Commit 80b6c4c

Browse files
committed
Bump version to 4.0.1
1 parent 5fd2b91 commit 80b6c4c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bdd"
1111
],
1212
"license": "MIT",
13-
"version": "4.0.0",
13+
"version": "4.0.1",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/jasmine/jasmine-npm"

release_notes/4.0.1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Jasmine NPM 4.0.1 Release Notes
2+
3+
## Summary
4+
5+
This release fixes loading of files with nonstandard extensions (e.g. .jsx,
6+
.coffee) in the default configuration by falling back to `require()` when
7+
`import()` fails because of an unsupported file extension. See
8+
[#188](https://github.com/jasmine/jasmine-npm/issues/188).
9+
10+
11+
------
12+
13+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)