Skip to content

Commit

Permalink
fix: bump package version to fix npm problem
Browse files Browse the repository at this point in the history
  • Loading branch information
lombervid committed May 18, 2023
1 parent 4d25b40 commit 7e19eba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions packages/vueginate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.1] - 2023-05-18

### Fixed

- Fix npm version problem

## [1.1.0] - 2023-05-18

### Added
Expand All @@ -11,10 +17,18 @@

- Set `vue` as peer dependency

## [1.0.1] - 2023-05-09

### Fixed

- Fix npm version problem

## [1.0.0] - 2023-05-09

- 🎉 _Initial release_

[Unreleased]: https://github.com/lombervid/vueginate/compare/v1.1.0...main
[1.1.0]: https://github.com/lombervid/vueginate/compare/v1.0.0...v1.1.0
[Unreleased]: https://github.com/lombervid/vueginate/compare/v1.1.1...main
[1.1.1]: https://github.com/lombervid/vueginate/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/lombervid/vueginate/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/lombervid/vueginate/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/lombervid/vueginate/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion packages/vueginate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vueginate",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"type": "module",
"description": "A simple pagination component for Vue 3",
Expand Down

0 comments on commit 7e19eba

Please sign in to comment.