From fd79b814a0e14f10b159fe264a7db5871e485f53 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Tue, 24 Nov 2015 22:32:58 +0100 Subject: [PATCH] chore: bump to 1.0.9 --- CHANGELOG.md | 18 ++++++++++++++++++ bower.json | 2 +- dist/ocLazyLoad.js | 2 +- dist/ocLazyLoad.min.js | 2 +- dist/ocLazyLoad.require.js | 2 +- dist/ocLazyLoad.require.min.js | 2 +- package.json | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff0039..0b10884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# 1.0.9 (2015-11-24) + + +## Bug Fixes + +- success callback for requirejs wrapper + ([fd9df8d1](https://github.com/ocombe/ocLazyLoad/commit/fd9df8d1507bb4f0c690ef3781b04a15f3b8eb6b), + [#260](https://github.com/ocombe/ocLazyLoad/issues/260)) + + +## Features + +- adding `_unregister` internal function + ([5aba0dc7](https://github.com/ocombe/ocLazyLoad/commit/5aba0dc77b1fa4f1a1a27419cbc8a54d614a728c), + [#265](https://github.com/ocombe/ocLazyLoad/issues/265)) + + # 1.0.8 (2015-11-02) diff --git a/bower.json b/bower.json index 5962981..06e2fa7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "oclazyload", - "version": "1.0.8", + "version": "1.0.9", "description": "Load modules on demand (lazy load) with angularJS", "main": "dist/ocLazyLoad.js", "homepage": "https://github.com/ocombe/ocLazyLoad", diff --git a/dist/ocLazyLoad.js b/dist/ocLazyLoad.js index ccc6ada..a9e57af 100644 --- a/dist/ocLazyLoad.js +++ b/dist/ocLazyLoad.js @@ -1,6 +1,6 @@ /** * oclazyload - Load modules on demand (lazy load) with angularJS - * @version v1.0.8 + * @version v1.0.9 * @link https://github.com/ocombe/ocLazyLoad * @license MIT * @author Olivier Combe diff --git a/dist/ocLazyLoad.min.js b/dist/ocLazyLoad.min.js index 527d4c2..77f8f40 100644 --- a/dist/ocLazyLoad.min.js +++ b/dist/ocLazyLoad.min.js @@ -1,6 +1,6 @@ /** * oclazyload - Load modules on demand (lazy load) with angularJS - * @version v1.0.8 + * @version v1.0.9 * @link https://github.com/ocombe/ocLazyLoad * @license MIT * @author Olivier Combe diff --git a/dist/ocLazyLoad.require.js b/dist/ocLazyLoad.require.js index 40d5991..5492718 100644 --- a/dist/ocLazyLoad.require.js +++ b/dist/ocLazyLoad.require.js @@ -1,6 +1,6 @@ /** * oclazyload - Load modules on demand (lazy load) with angularJS - * @version v1.0.8 + * @version v1.0.9 * @link https://github.com/ocombe/ocLazyLoad * @license MIT * @author Olivier Combe diff --git a/dist/ocLazyLoad.require.min.js b/dist/ocLazyLoad.require.min.js index 21bc7ad..8e2bc4e 100644 --- a/dist/ocLazyLoad.require.min.js +++ b/dist/ocLazyLoad.require.min.js @@ -1,6 +1,6 @@ /** * oclazyload - Load modules on demand (lazy load) with angularJS - * @version v1.0.8 + * @version v1.0.9 * @link https://github.com/ocombe/ocLazyLoad * @license MIT * @author Olivier Combe diff --git a/package.json b/package.json index cfd592a..81e13e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oclazyload", - "version": "1.0.8", + "version": "1.0.9", "description": "Load modules on demand (lazy load) with angularJS", "main": "dist/ocLazyLoad.js", "author": "Olivier Combe ",