Skip to content

Commit fd79b81

Browse files
committed
chore: bump to 1.0.9
1 parent 5aba0dc commit fd79b81

7 files changed

+24
-6
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="1.0.9"></a>
2+
# 1.0.9 (2015-11-24)
3+
4+
5+
## Bug Fixes
6+
7+
- success callback for requirejs wrapper
8+
([fd9df8d1](https://github.com/ocombe/ocLazyLoad/commit/fd9df8d1507bb4f0c690ef3781b04a15f3b8eb6b),
9+
[#260](https://github.com/ocombe/ocLazyLoad/issues/260))
10+
11+
12+
## Features
13+
14+
- adding `_unregister` internal function
15+
([5aba0dc7](https://github.com/ocombe/ocLazyLoad/commit/5aba0dc77b1fa4f1a1a27419cbc8a54d614a728c),
16+
[#265](https://github.com/ocombe/ocLazyLoad/issues/265))
17+
18+
119
<a name="1.0.8"></a>
220
# 1.0.8 (2015-11-02)
321

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oclazyload",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Load modules on demand (lazy load) with angularJS",
55
"main": "dist/ocLazyLoad.js",
66
"homepage": "https://github.com/ocombe/ocLazyLoad",

dist/ocLazyLoad.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* oclazyload - Load modules on demand (lazy load) with angularJS
3-
* @version v1.0.8
3+
* @version v1.0.9
44
* @link https://github.com/ocombe/ocLazyLoad
55
* @license MIT
66
* @author Olivier Combe <[email protected]>

dist/ocLazyLoad.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ocLazyLoad.require.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* oclazyload - Load modules on demand (lazy load) with angularJS
3-
* @version v1.0.8
3+
* @version v1.0.9
44
* @link https://github.com/ocombe/ocLazyLoad
55
* @license MIT
66
* @author Olivier Combe <[email protected]>

dist/ocLazyLoad.require.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oclazyload",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Load modules on demand (lazy load) with angularJS",
55
"main": "dist/ocLazyLoad.js",
66
"author": "Olivier Combe <[email protected]>",

0 commit comments

Comments
 (0)