Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 29, 2023
1 parent 7b56135 commit b2000c3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0](https://github.com/shentao/vue-global-events/compare/v2.1.1...v3.0.0) (2023-06-29)

### Bug Fixes

- remove useless prop ([da09c6a](https://github.com/shentao/vue-global-events/commit/da09c6a58a3673538af4acdd732131666fd1e239))

### Code Refactoring

- whole build system ([f151c28](https://github.com/shentao/vue-global-events/commit/f151c285b98ab3a2f5de026557cda3fa0164eedd))

### Features

- add global modifiers ([c4847f5](https://github.com/shentao/vue-global-events/commit/c4847f5e4252ff79f1f9973d20c72b51dccf875d)), closes [#19](https://github.com/shentao/vue-global-events/issues/19)

### BREAKING CHANGES

- the package is now defined as "type": "module"

## [2.1.1](https://github.com/shentao/vue-global-events/compare/v2.1.0...v2.1.1) (2022-03-11)

Update npm tag
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-global-events",
"type": "module",
"packageManager": "[email protected]",
"version": "2.1.1",
"version": "3.0.0",
"description": "Register global events using vue template shortcuts",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit b2000c3

Please sign in to comment.