Skip to content

Commit 4d4913d

Browse files
committed
chore(): update changelog
1 parent 22f9749 commit 4d4913d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="4.2.1"></a>
2+
## [4.2.1](https://github.com/zyra/ionic-image-loader/compare/v4.2.0...v4.2.1) (2017-09-07)
3+
4+
5+
### Bug Fixes
6+
7+
* **component:** revert to Renderer class to maintain backwards compatbility ([316fcb9](https://github.com/zyra/ionic-image-loader/commit/316fcb9)), closes [#95](https://github.com/zyra/ionic-image-loader/issues/95)
8+
* **provider:** remove platform.ready ([#96](https://github.com/zyra/ionic-image-loader/issues/96)) ([6c3b20e](https://github.com/zyra/ionic-image-loader/commit/6c3b20e))
9+
10+
11+
112
<a name="4.2.0"></a>
213
# [4.2.0](https://github.com/zyra/ionic-image-loader/compare/v4.1.1...v4.2.0) (2017-09-04)
314

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"build": "rm -rf aot dist && ngc",
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
10+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
11+
"postchangelog": "git commit -am \"chore(): update changelog\""
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)