Skip to content

Commit e0b8751

Browse files
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2023-11-23) ### Bug Fixes * cannot find module TypeScript error ([577b4b4](577b4b4)) Adds the types field back to the package.json file to prevent the "Cannot find module 'vue-accessible-color-picker' or its corresponding type declarations." error.
1 parent 577b4b4 commit e0b8751

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.1](https://github.com/kleinfreund/vue-accessible-color-picker/compare/v5.0.0...v5.0.1) (2023-11-23)
2+
3+
4+
### Bug Fixes
5+
6+
* cannot find module TypeScript error ([577b4b4](https://github.com/kleinfreund/vue-accessible-color-picker/commit/577b4b4286d2d909c87d8b027bb073c6e8a1ae0d))
7+
8+
Adds the types field back to the package.json file to prevent the "Cannot find module 'vue-accessible-color-picker' or its corresponding type declarations." error.
9+
110
## [5.0.0](https://github.com/kleinfreund/vue-accessible-color-picker/compare/v4.1.4...v5.0.0) (2023-11-23)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-accessible-color-picker",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"license": "MIT",
55
"description": "Color picker component for Vue.js",
66
"author": {

0 commit comments

Comments
 (0)