diff --git a/bower.json b/bower.json index 874cb03..66d1b8f 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jasmine-ajax", "description": "A library for faking Ajax responses in your Jasmine suite.", - "version": "3.3.0", + "version": "3.3.1", "main": "lib/mock-ajax.js", "license": "MIT", diff --git a/lib/mock-ajax.js b/lib/mock-ajax.js index 0e474cb..8e6967e 100644 --- a/lib/mock-ajax.js +++ b/lib/mock-ajax.js @@ -1,6 +1,6 @@ /* -Jasmine-Ajax - v3.3.0: a set of helpers for testing AJAX requests under the Jasmine +Jasmine-Ajax - v3.3.1: a set of helpers for testing AJAX requests under the Jasmine BDD framework for JavaScript. http://github.com/jasmine/jasmine-ajax diff --git a/package.json b/package.json index 8cad846..5ea3838 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-ajax", "description": "A library for faking Ajax responses in your Jasmine suite", - "version": "3.3.0", + "version": "3.3.1", "main": "lib/mock-ajax.js", "license": "MIT", "url": "https://github.com/jasmine/jasmine-ajax", diff --git a/release_notes/3.3.1.md b/release_notes/3.3.1.md new file mode 100644 index 0000000..ba35419 --- /dev/null +++ b/release_notes/3.3.1.md @@ -0,0 +1,15 @@ +# Jasmine-Ajax 3.3.1 Release Notes + +## Summary + +This is a patch release to restore functionality for CommonJS, but non-nodejs environments + +## Issues + +* No longer try to detect CommonJS to `require` core + - Fixes #155 + - Fixes #168 + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_