Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 4, 2023
1 parent d3483e4 commit b19d932
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.1](https://github.com/shentao/vue-global-events/compare/v3.0.0...v3.0.1) (2023-10-04)

### Bug Fixes

- **iife:** correct file ([d3483e4](https://github.com/shentao/vue-global-events/commit/d3483e43ee2fedb0f18c99d81faccb578d677506))

### Features

- add include and exclude filters ([f305def](https://github.com/shentao/vue-global-events/commit/f305def148758da35ad32444fbfdfcdc76f4f2d1))
- allow passing multiple filters in prop ([fb5fcda](https://github.com/shentao/vue-global-events/commit/fb5fcdaff9a7b35671b09e52f1f4ad76c354ee72))

# [3.0.0](https://github.com/shentao/vue-global-events/compare/v2.1.1...v3.0.0) (2023-06-29)

### Bug Fixes
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": "3.0.0",
"version": "3.0.1",
"description": "Register global events using vue template shortcuts",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit b19d932

Please sign in to comment.