Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
philippd committed Dec 17, 2015
1 parent 89b7d63 commit 71a6438
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-deferred-bootstrap",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
"authors": [
"Philipp Denzler <philippd@gmail.com>"
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.9 - 2015-12-17
- Fixed broken support for AMD modules

## 0.1.8 - 2015-12-15
- Add support for CommonJS and AMD modules

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-deferred-bootstrap",
"version": "0.1.8",
"version": "0.1.9",
"description": "Initialize AngularJS apps with constants loaded from the back-end",
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
"repository": {
Expand Down

1 comment on commit 71a6438

@jpillora
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note, this bump of the patch version broke our build. We're using a module loader and were checking window.deferredBootstrapper, this change fixed AMD and now it's null.

Maybe our case is rare, though it might be worth reverting, releasing as 0.1.10, then revert-revert and release as 0.2.0

Please sign in to comment.