Skip to content

Commit

Permalink
chore: bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Dec 30, 2014
1 parent 01936cd commit e3bf1d2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.5.2"></a>
# 0.5.2 (2014-12-30)


## Bug Fixes

- use init for bootstrapped apps & removed the need for loadedModules
([01936cd6](https://github.com/ocombe/ocLazyLoad/commit/01936cd6fe0e0f89a203408ee0bbb927f5b44d07),
[#84](https://github.com/ocombe/ocLazyLoad/issues/84), [#102](https://github.com/ocombe/ocLazyLoad/issues/102), [#109](https://github.com/ocombe/ocLazyLoad/issues/109))


## Documentation

- added a link to a new lesson from egghead.io
([ef8d2871](https://github.com/ocombe/ocLazyLoad/commit/ef8d2871a445b29588f779a27cb3b702d0da6a13))


<a name="0.5.1"></a>
# 0.5.1 (2014-11-20)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oclazyload",
"version": "0.5.1",
"version": "0.5.2",
"description": "Load modules on demand (lazy load) with angularJS",
"main": "dist/ocLazyLoad.min.js",
"homepage": "https://github.com/ocombe/ocLazyLoad",
Expand Down
2 changes: 1 addition & 1 deletion dist/ocLazyLoad.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* oclazyload - Load modules on demand (lazy load) with angularJS
* @version v0.5.1
* @version v0.5.2
* @link https://github.com/ocombe/ocLazyLoad
* @license MIT
* @author Olivier Combe <olivier.combe@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion dist/ocLazyLoad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oclazyload",
"version": "0.5.1",
"version": "0.5.2",
"description": "Load modules on demand (lazy load) with angularJS",
"main": "dist/ocLazyLoad.min.js",
"author": "Olivier Combe <olivier.combe@gmail.com>",
Expand Down

0 comments on commit e3bf1d2

Please sign in to comment.