Skip to content

Commit 11d0c32

Browse files
committed
chore: update CHANGELOG.md
1 parent acc471c commit 11d0c32

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SFC Playground with Vant
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- add release.yaml workflows
8+
39
## 1.0.1
410

511
### Patch Changes

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ pnpm dev
4949
3. Execute `pnpm changeset publish` to publish `npm library`. [can skip]
5050
4. Execute `git commit`, this command will trigger `lint-staged` and `commitzen`.
5151
5. Execute `git push` to trigger `Github Actions` or `vercel Deploy`
52-
<!-- 3. If you create a PR merge to main, `changeset/actions` will create a `Version Packages` PR. confirm merge `Version Packages` PR will trigger `changeset publish`, it's really publish. --
52+
<!-- 3. If you create a PR merge to main, `changeset/actions` will create a `Version Packages` PR. confirm merge `Version Packages` PR will trigger `changeset publish`, it's really publish. -->
5353

54+
### CHANGELOG
55+
56+
Please refer to [CHANGELOG](https://github.com/zhixiaoqiang/sfc-playground-vant/blob/main/CHANGELOG.md) for details.
5457
## License
5558

5659
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jzone/sfc-playground-vant",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Try Vant in the Playground. Currently only Vant 3+ is supported",
55
"keywords": [
66
"vant",

0 commit comments

Comments
 (0)