Skip to content

Commit 05a9393

Browse files
committed
Release 0.1.8
1 parent 3a214d1 commit 05a9393

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-deferred-bootstrap",
3-
"version": "0.1.5",
3+
"version": "0.1.8",
44
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
55
"authors": [
66
"Philipp Denzler <[email protected]>"

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.8 - 2015-12-15
4+
- Add support for CommonJS and AMD modules
5+
6+
## 0.1.7 - 2015-05-09
7+
- Add JSPM support
8+
39
## 0.1.6 - 2015-04-09
410
- Remove error class after successful bootstrap, fixes [#32](https://github.com/philippd/angular-deferred-bootstrap/issues/32)
511

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-deferred-bootstrap",
3-
"version": "0.1.6",
3+
"version": "0.1.8",
44
"description": "Initialize AngularJS apps with constants loaded from the back-end",
55
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
66
"repository": {

0 commit comments

Comments
 (0)