Skip to content

Commit 78eac88

Browse files
committed
publish: update version number
1 parent 29c030a commit 78eac88

File tree

4 files changed

+11
-30
lines changed

4 files changed

+11
-30
lines changed

.github/workflow/main.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ node_modules/
77
.vscode
88
.DS_Store
99
docs/.vitepress/dist/
10-

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.1
2+
3+
`2022-01-04`
4+
5+
- 🌟 Change the version number only.
6+
7+
---
8+
9+
- 🌟 仅修改版本号
10+
111
## 0.3.5
212

313
`2021-12-16`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemirror-editor-vue3",
33
"description": "CodeMirror component for Vue3",
4-
"version": "0.3.5",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"files": [
77
"dist",

0 commit comments

Comments
 (0)