bump version to 3.1.1
This commit is contained in:
parent
35c1e4cd48
commit
86be5d3580
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jasmine-ajax",
|
||||
"description": "A library for faking Ajax responses in your Jasmine suite.",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"main": "lib/mock-ajax.js",
|
||||
"license": "MIT",
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jasmine-ajax",
|
||||
"description": "A library for faking Ajax responses in your Jasmine suite",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"main": "lib/mock-ajax.js",
|
||||
"license": "MIT",
|
||||
|
||||
|
23
release_notes/3.1.1.md
Normal file
23
release_notes/3.1.1.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Jasmine-Ajax 3.1 Release Notes
|
||||
|
||||
## Pull Requests & Issues
|
||||
|
||||
* Loosen bower dependency on jasmine
|
||||
- Fixes [#106](https://github.com/jasmine/jasmine-ajax/issues/106)
|
||||
|
||||
* Event readystatechange is triggered when headers are available
|
||||
- Merges [#104](https://github.com/jasmine/jasmine-ajax/issues/104) from @mjeanroy
|
||||
- Fixes [#97](https://github.com/jasmine/jasmine-ajax/issues/97)
|
||||
- Fixes [#103](https://github.com/jasmine/jasmine-ajax/issues/103)
|
||||
- Fixes [#102](https://github.com/jasmine/jasmine-ajax/issues/102)
|
||||
|
||||
* Throw error on duplicate calls to MockAjax#install.
|
||||
- Merges [#98](https://github.com/jasmine/jasmine-ajax/issues/98) from @jhamon
|
||||
- Fixes [#96](https://github.com/jasmine/jasmine-ajax/issues/96)
|
||||
|
||||
* Readme tweaks and updated links
|
||||
- Merges [#99](https://github.com/jasmine/jasmine-ajax/issues/99) from @jhamon
|
||||
|
||||
------
|
||||
|
||||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
Loading…
Reference in New Issue
Block a user