Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Mar 12, 2015
1 parent 3a80483 commit de8f5bc
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-ajax",
"description": "A library for faking Ajax responses in your Jasmine suite.",
"version": "3.0.0",
"version": "3.1.0",
"main": "lib/mock-ajax.js",
"license": "MIT",

Expand Down
2 changes: 1 addition & 1 deletion lib/mock-ajax.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Jasmine-Ajax - v3.0.0: a set of helpers for testing AJAX requests under the Jasmine
Jasmine-Ajax - v3.1.0: a set of helpers for testing AJAX requests under the Jasmine
BDD framework for JavaScript.
http://github.com/pivotal/jasmine-ajax
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-ajax",
"description": "A library for faking Ajax responses in your Jasmine suite",
"version": "3.0.0",
"version": "3.1.0",
"main": "lib/mock-ajax.js",
"license": "MIT",

Expand Down
24 changes: 24 additions & 0 deletions release_notes/v3.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Jasmine-Ajax 3.1 Release Notes

## Summary

This is a maintenance release.

## Changes

* Add safari 7 & 8 to browser matrix

## Pull Requests & Issues

* Add version number to combined file
- Fixes #93

* Implement `removeEventListener`
- Merges #89 from @illiptic

* Add `responseHeaders` to `andReturn` s options
- Merges #94 from @tomalec

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit de8f5bc

Please sign in to comment.