Skip to content

Commit 05341f3

Browse files
committed
fix: release
1 parent 5914e5e commit 05341f3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/nusr/excel/compare/v0.0.2...v0.0.3) (2024-12-21)
4+
35
## [0.0.2](https://github.com/nusr/excel/compare/v0.0.1...v0.0.2) (2024-12-21)
46

57
### Features

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-collab",
3-
"version": "0.0.3-beta.5",
3+
"version": "0.0.3",
44
"description": "Online Collaboration Excel",
55
"author": "Steve Xu <[email protected]>",
66
"bugs": "https://github.com/nusr/excel/issues",
@@ -37,7 +37,8 @@
3737
"prepare": "husky",
3838
"repeat": "jscpd --ignore \"**/*.test.tsx,**/*.test.ts\" --reporters html --mode strict --min-lines 7 --blame --gitignore --exitCode 1 .",
3939
"install-font": "cp ./scripts/SourceCodePro-VariableFont_wght.ttf /usr/share/fonts/ && fc-cache -fv",
40-
"release": "release-it prepatch --preRelease=beta --preReleaseBase=1 --no-git --no-npm"
40+
"release": "release-it patch --no-git --no-npm",
41+
"release:pre": "release-it prepatch --preRelease=beta --no-git --no-npm"
4142
},
4243
"devDependencies": {
4344
"@playwright/test": "1.49.1",

0 commit comments

Comments
 (0)