Skip to content

Commit c187855

Browse files
committed
chore: add standard-version
fix chore(release): 0.2.5 fix fix
1 parent 8ae172e commit c187855

File tree

3 files changed

+1183
-5
lines changed

3 files changed

+1183
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +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.5](https://github.com/antfu/vite-plugin-components/compare/v0.2.4...v0.2.5) (2020-08-21)
56

7+
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+
# Changelog
13+
14+
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.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@
1919
"scripts": {
2020
"dev": "npm run build -- --watch",
2121
"build": "tsup src/index.ts --dts --format cjs,esm",
22-
"prepublish": "npm run build"
22+
"prepublish": "npm run build",
23+
"release": "standard-version && npm publish"
2324
},
2425
"devDependencies": {
2526
"@antfu/eslint-config-ts": "^0.3.2",
2627
"@types/debug": "^4.1.5",
2728
"@typescript-eslint/eslint-plugin": "^3.9.1",
2829
"eslint": "^7.7.0",
2930
"rollup": "^2.26.4",
31+
"standard-version": "^9.0.0",
3032
"tsup": "^3.6.1",
3133
"typescript": "^3.9.7",
3234
"vite": "^1.0.0-rc.4"

0 commit comments

Comments
 (0)