Skip to content

Commit

Permalink
Merge pull request #303 from jakerella/2.2.1
Browse files Browse the repository at this point in the history
v2.2.1 changes
  • Loading branch information
jakerella committed Sep 15, 2016
2 parents 0b9fefd + 036825b commit 5c971d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2016-09-15 v2.2.1
* Add tests for jQuery 3.x
* Add tests for Browserify usage and documentation on that subject
* Updated dependencies for webpack, etc usage (thanks @hotoo)
* Updated keywords to be picked up by jQuery plugin registry

## 2016-06-08 v2.2.0
* Fix bower dependency on jQuery to allow any supported version
* Allow developer to indicate that ajax calls should _not_ be retained (thanks @suchipi)
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.mockjax.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! jQuery Mockjax
* A Plugin providing simple and flexible mocking of ajax requests and responses
*
* Version: 2.2.0
* Version: 2.2.1
* Home: https://github.com/jakerella/jquery-mockjax
* Copyright (c) 2016 Jordan Kasper, formerly appendTo;
* NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.mockjax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-mockjax",
"title": "jQuery Mockjax",
"version": "2.2.0",
"version": "2.2.1",
"main": "./src/jquery.mockjax.js",
"description": "The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses.",
"url": "https://github.com/jakerella/jquery-mockjax",
Expand Down

0 comments on commit 5c971d1

Please sign in to comment.