diff --git a/CHANGELOG.md b/CHANGELOG.md index 5614873..ceb331a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## Version 2.1.1 + +- Add /dist again for bower. + ## Version 2.1.0 -- Fix wrong z-index in production build +- Fix wrong z-index in production build. - Add refreshTimer method to refresh the timeout of shown toasts. ## Version 2.0.0 diff --git a/bower.json b/bower.json index 947a3a2..a25be5c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-toastr", - "version": "2.1.0", + "version": "2.1.1", "authors": [ "Jesus Rodriguez " ], diff --git a/package.json b/package.json index 7da0801..0261e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-toastr", - "version": "2.1.0", + "version": "2.1.1", "author": "Jesus Rodriguez ", "repository": { "type": "git",