diff --git a/package.json b/package.json index 2f528db..aa08af0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "bdd" ], "license": "MIT", - "version": "4.0.0", + "version": "4.0.1", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine-npm" diff --git a/release_notes/4.0.1.md b/release_notes/4.0.1.md new file mode 100644 index 0000000..9119699 --- /dev/null +++ b/release_notes/4.0.1.md @@ -0,0 +1,13 @@ +# Jasmine NPM 4.0.1 Release Notes + +## Summary + +This release fixes loading of files with nonstandard extensions (e.g. .jsx, +.coffee) in the default configuration by falling back to `require()` when +`import()` fails because of an unsupported file extension. See +[#188](https://github.com/jasmine/jasmine-npm/issues/188). + + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_