Skip to content

Commit 636c93a

Browse files
committed
chore: Release 2.1.0
1 parent 6d26e00 commit 636c93a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 2.1.0
4+
5+
- Fix wrong z-index in production build
6+
- Add refreshTimer method to refresh the timeout of shown toasts.
7+
38
## Version 2.0.0
49
Not the promised version, but should help with some unwanted bugs.
510

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-toastr",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"authors": [
55
"Jesus Rodriguez <[email protected]>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-toastr",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "Jesus Rodriguez <[email protected]>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)