Skip to content

Commit 5150fd3

Browse files
committed
chore(release): 0.2.5
1 parent c187855 commit 5150fd3

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
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [standa
55
### [0.2.5](https://github.com/antfu/vite-plugin-components/compare/v0.2.4...v0.2.5) (2020-08-21)
66

77

8+
### Bug Fixes
9+
10+
* give user options precedence over defaults ([#1](https://github.com/antfu/vite-plugin-components/issues/1)) ([2cee5fc](https://github.com/antfu/vite-plugin-components/commit/2cee5fc1d2d5a298ffd21d6ef0c732974670255e))
11+
12+
### [0.2.5](https://github.com/antfu/vite-plugin-components/compare/v0.2.4...v0.2.5) (2020-08-21)
13+
14+
815
### Bug Fixes
916

1017
* give user options precedence over defaults ([#1](https://github.com/antfu/vite-plugin-components/issues/1)) ([2cee5fc](https://github.com/antfu/vite-plugin-components/commit/2cee5fc1d2d5a298ffd21d6ef0c732974670255e))

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.4",
4+
"version": "0.2.5",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)