Skip to content

Commit 6da40ba

Browse files
committed
Release 1.3.1
1 parent 84186d2 commit 6da40ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.3.1
4+
5+
- Add compatibility with `Angular 1.4.x`
6+
37
## Version 1.3.0
48

59
- An `autoDismiss` option to be used with `maxOpened` to dismiss the oldest toast.

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": "1.3.0",
3+
"version": "1.3.1",
44
"authors": [
55
"Jesus Rodriguez <Foxandxss@gmail.com>"
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": "1.3.0",
3+
"version": "1.3.1",
44
"author": "Jesus Rodriguez <Foxandxss@gmail.com>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)