Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2023-11-23)

### Bug Fixes

* cannot find module TypeScript error ([9872519](9872519))

  Adds the types field back to the package.json file to prevent the "Cannot find module 'yet-another-color-picker' or its corresponding type declarations." error.
  • Loading branch information
semantic-release-bot committed Nov 23, 2023
1 parent 9872519 commit a711da7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.1](https://github.com/kleinfreund/yet-another-color-picker/compare/v3.0.0...v3.0.1) (2023-11-23)


### Bug Fixes

* cannot find module TypeScript error ([9872519](https://github.com/kleinfreund/yet-another-color-picker/commit/987251931308a5339d246ab54ba47dd976e1e468))

Adds the types field back to the package.json file to prevent the "Cannot find module 'yet-another-color-picker' or its corresponding type declarations." error.

## [3.0.0](https://github.com/kleinfreund/yet-another-color-picker/compare/v2.0.1...v3.0.0) (2023-11-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yet-another-color-picker",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"description": "Color picker web component",
"author": {
Expand Down

0 comments on commit a711da7

Please sign in to comment.