Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 28, 2020
1 parent 4d7eba4 commit 12b4da4
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
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/antfu/vite-plugin-components/compare/v0.3.0...v0.4.0) (2020-11-28)


### Bug Fixes

* resolve new inlined `script setup` in Vue v3.0.3 ([4d7eba4](https://github.com/antfu/vite-plugin-components/commit/4d7eba4aca6806182e673a5ec1308a3fe33b5b8f))

## [0.3.0](https://github.com/antfu/vite-plugin-components/compare/v0.2.14...v0.3.0) (2020-11-04)


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-plugin-components",
"description": "Components auto importing for Vite",
"version": "0.3.0",
"version": "0.4.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 12b4da4

Please sign in to comment.