Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsky committed Nov 15, 2017
1 parent 5a48576 commit bf8750b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### v3.0.1
- improve documentation
- escape SVG icons for Safari, Firefox
### v3.0.0
- **Breaking changes -** [Look migration guide](https://artemsky.github.io/vue-snotify/documentation/essentials/upgrade.html)
- **Features**
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": "vue-snotify",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Vue.js toast notifications",
"scripts": {
"prestart": "npm run link:src",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-snotify",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Vue.js toast notifications",
"main": "vue-snotify.common.js",
"module": "vue-snotify.esm.js",
Expand Down

0 comments on commit bf8750b

Please sign in to comment.