From 9a0fa14a4d9df04bcac2b4aa1647f807ea9046dd Mon Sep 17 00:00:00 2001 From: jakerella Date: Sun, 7 Feb 2016 17:38:57 -0500 Subject: [PATCH] Bump to 2.1.1 --- CHANGELOG.md | 8 ++++++++ dist/jquery.mockjax.js | 2 +- dist/jquery.mockjax.min.js | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f18573e0..bdf51fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2016-02-07 v2.1.1 + * Reorganize test cases into separate files for ease of maintenance and testing + * Fix #86: JSONP return data treated as JSON + * Added jQuery 1.12.0 to test quite + * Fix #105: Using XML files as proxies + * Fix #267: Handle undefined URL argument correctly + * Fix #123: Handle query string formatted data option + ## 2016-01-23 * Updated to version 2.1.0 * Removed unused testswarm files diff --git a/dist/jquery.mockjax.js b/dist/jquery.mockjax.js index fcc62240..f88c263f 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.1.0 + * Version: 2.1.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 672fa915..9dc898a3 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.1.0 + * Version: 2.1.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 3606095b..6f8e5e94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery-mockjax", "title": "jQuery Mockjax", - "version": "2.1.0", + "version": "2.1.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",