Skip to content

Commit 47c8d69

Browse files
committed
Release 1.4.0
1 parent e1bdd4e commit 47c8d69

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## Version 1.4.0
4+
5+
- With `preventOpenDuplicates` you can prevent duplicates of opened toasts.
6+
- Webpack / Browserify support.
7+
- Now the bower package won't try to fetch the latest angular version
8+
39
## Version 1.3.1
410

5-
- Add compatibility with `Angular 1.4.x`
11+
- Add compatibility with `Angular 1.4.x`.
612

713
## Version 1.3.0
814

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.1",
3+
"version": "1.4.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": "1.3.1",
3+
"version": "1.4.0",
44
"author": "Jesus Rodriguez <[email protected]>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)