Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed May 20, 2015
1 parent e1bdd4e commit 47c8d69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## Version 1.4.0

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

## Version 1.3.1

- Add compatibility with `Angular 1.4.x`
- Add compatibility with `Angular 1.4.x`.

## Version 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "1.3.1",
"version": "1.4.0",
"authors": [
"Jesus Rodriguez <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "1.3.1",
"version": "1.4.0",
"author": "Jesus Rodriguez <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 47c8d69

Please sign in to comment.