Skip to content

Commit

Permalink
Chore: Update Package json and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Oct 3, 2024
1 parent 0e4016d commit d9d9e2f
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,5 +1,11 @@
# Change Log

## v5.0.1

### Fixed

- Package.json now contains a `main` and fixes #89 ([@andreclemente](https://github.com/andreclemente))

## v5.0.0

### Breaking Changes
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-debounce",
"version": "5.0.0",
"version": "5.0.1",
"description": "A simple vue directive for debounce",
"module": "src/index.js",
"main": "src/index.js",
Expand Down

0 comments on commit d9d9e2f

Please sign in to comment.