Skip to content

Commit

Permalink
Merge pull request #67 from IgnacioNMiranda/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--vite-component-library-template

chore(main): release 2.0.1
  • Loading branch information
IgnacioNMiranda authored Jul 28, 2023
2 parents 432f5cb + 8aa6755 commit 8e7c193
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/IgnacioNMiranda/vite-component-library-template/compare/v2.0.0...v2.0.1) (2023-07-28)


### Bug Fixes

* include types check to package.json exports to fix recent typescript export issues ([de8c55c](https://github.com/IgnacioNMiranda/vite-component-library-template/commit/de8c55c6e9da79e027981f5866563793f9a28daf))

## [2.0.0](https://github.com/IgnacioNMiranda/vite-component-library-template/compare/v1.5.11...v2.0.0) (2023-06-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-component-library-template",
"private": false,
"version": "2.0.0",
"version": "2.0.1",
"packageManager": "[email protected]",
"main": "./dist/vite-component-library-template.umd.js",
"module": "./dist/vite-component-library-template.es.js",
Expand Down

0 comments on commit 8e7c193

Please sign in to comment.