We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1cd84 commit e955577Copy full SHA for e955577
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.1.3
4
+* [[18](https://github.com/VadimDez/ngx-img-fallback/issues/18)] - Wrong contents for 1.1.2 in npm
5
+
6
## 1.1.2
7
* [[#13](https://github.com/VadimDez/ngx-img-fallback/issues/13)] - Fallback image not loaded when the dynamic image source changed
8
package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-img-fallback",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "Angular4+ directive for image fallback",
"main": "dist/bundles/ngx-img-fallback.umd.js",
"module": "dist/index.js",
0 commit comments