From 7807b990062e3032a0b86cbee59de62c426e09cb Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Fri, 31 Oct 2014 00:17:54 -0600 Subject: [PATCH] Fixes #3. Stable Version 1.0.0-alpha.1. --- CHANGELOG.md | 5 +++++ bower.json | 2 +- dist/js-data-http.js | 2 +- dist/js-data-http.min.js | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945bec9..753bc6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### 1.0.0-alpha.1 - 31 October 2014 + +###### Backwards compatible bug fixes +- #3 - _this.defaults.log() throws Illegal invocation + ##### 0.4.2 - 22 October 2014 ###### Backwards compatible bug fixes diff --git a/bower.json b/bower.json index 55116f3..6f8fa21 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "js-data-http", "description": "http adapter for js-data.", - "version": "0.4.3", + "version": "1.0.0-alpha.1", "homepage": "http://www.js-data.io/js-data-http", "repository": { "type": "git", diff --git a/dist/js-data-http.js b/dist/js-data-http.js index 74302d2..beb76dd 100644 --- a/dist/js-data-http.js +++ b/dist/js-data-http.js @@ -1,7 +1,7 @@ /** * @author Jason Dobry * @file js-data-http.js -* @version 0.4.3 - Homepage +* @version 1.0.0-alpha.1 - Homepage * @copyright (c) 2014 Jason Dobry * @license MIT * diff --git a/dist/js-data-http.min.js b/dist/js-data-http.min.js index 7ebabe9..31be4f2 100644 --- a/dist/js-data-http.min.js +++ b/dist/js-data-http.min.js @@ -1,7 +1,7 @@ /** * @author Jason Dobry * @file js-data-http.min.js -* @version 0.4.3 - Homepage +* @version 1.0.0-alpha.1 - Homepage * @copyright (c) 2014 Jason Dobry * @license MIT * diff --git a/package.json b/package.json index 797eccc..3a9d842 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "js-data-http", "description": "http adapter for js-data.", - "version": "0.4.3", + "version": "1.0.0-alpha.1", "homepage": "http://www.js-data.io/js-data-http", "repository": { "type": "git",