Skip to content

Commit

Permalink
Bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Dec 10, 2016
1 parent 78d58ea commit d825854
Show file tree
Hide file tree
Showing 4 changed files with 18 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.3.0",
"version": "3.3.1",
"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.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
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.3.0",
"version": "3.3.1",
"main": "lib/mock-ajax.js",
"license": "MIT",
"url": "https://github.com/jasmine/jasmine-ajax",
Expand Down
15 changes: 15 additions & 0 deletions release_notes/3.3.1.md
Original file line number Diff line number Diff line change
@@ -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)_

0 comments on commit d825854

Please sign in to comment.