Skip to content

Commit bbc621a

Browse files
committed
chore(release): 0.2.13
1 parent cedb411 commit bbc621a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.2.13](https://github.com/antfu/vite-plugin-components/compare/v0.2.12...v0.2.13) (2020-08-28)
6+
7+
8+
### Bug Fixes
9+
10+
* absoluate path resolve ([cedb411](https://github.com/antfu/vite-plugin-components/commit/cedb4119cd15edf9d8d643c65c9f85ef4b8e5e8d))
11+
512
### [0.2.12](https://github.com/antfu/vite-plugin-components/compare/v0.2.11...v0.2.12) (2020-08-28)
613

714
### [0.2.11](https://github.com/antfu/vite-plugin-components/compare/v0.2.10...v0.2.11) (2020-08-28)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-components",
33
"description": "Components auto importing for Vite",
4-
"version": "0.2.12",
4+
"version": "0.2.13",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)