diff --git a/CHANGELOG.md b/CHANGELOG.md index f6efe41a..5933b6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/dist/jquery.mockjax.js b/dist/jquery.mockjax.js index 58f9474b..cb938bed 100644 --- a/dist/jquery.mockjax.js +++ b/dist/jquery.mockjax.js @@ -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 diff --git a/dist/jquery.mockjax.min.js b/dist/jquery.mockjax.min.js index 469fc532..5466b422 100644 --- a/dist/jquery.mockjax.min.js +++ b/dist/jquery.mockjax.min.js @@ -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 diff --git a/package.json b/package.json index ce953e53..e5188c70 100644 --- a/package.json +++ b/package.json @@ -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",