Skip to content

Commit 94de209

Browse files
committed
Release 1.4.1
1 parent f8f681d commit 94de209

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3+
## Version 1.4.1
4+
5+
- Fix a typo on the toastr.less file that prevented some automated tools to work.
6+
- Add the license to bower.json.
7+
38
## Version 1.4.0
49

510
- With `preventOpenDuplicates` you can prevent duplicates of opened toasts.
611
- Webpack / Browserify support.
7-
- Now the bower package won't try to fetch the latest angular version
12+
- Now the bower package won't try to fetch the latest angular version.
813

914
## Version 1.3.1
1015

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

0 commit comments

Comments
 (0)