Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 5, 2020
1 parent 995ccf0 commit 2c9b8a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [2.1.0](https://github.com/shentao/vue-global-events/compare/v2.0.1...v2.1.0) (2020-09-05)

### Features

- deactivate alongside keep-alive ([995ccf0](https://github.com/shentao/vue-global-events/commit/995ccf0805ff7f3df01aca19f3a056b07608608b))

## [2.0.1](https://github.com/shentao/vue-global-events/compare/v2.0.0...v2.0.1) (2020-08-04)

Fix global name
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-global-events",
"version": "2.0.1",
"version": "2.1.0",
"description": "Register global events using vue template shortcuts",
"main": "dist/vue-global-events.cjs.js",
"browser": "dist/vue-global-events.esm.js",
Expand Down

0 comments on commit 2c9b8a5

Please sign in to comment.