Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devtorich committed Sep 21, 2020
1 parent 33258dc commit d4050e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log

## v0.0.3 (2020-09-21)
## v1.0.0 (2020-09-21)

- 🎉🎉 Release first version
- New feature: save list to local

## v0.0.13 (2020-09-16)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vsc-hupu",
"version": "0.2.0",
"version": "1.0.0",
"description": "Surfing HUPU On VSC",
"engines": {
"vscode": "^1.40.0"
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"scripts": {
"vscode:prepublish": "npm run compile-release",
"pub": "vsce publish minor",
"pub": "vsce publish",
"compile-release": "yarn clean ./out && webpack --mode production",
"compile": "yarn clean ./out && tsc -p ./",
"watch": "yarn clean ./out && tsc -watch -p ./",
Expand Down

0 comments on commit d4050e3

Please sign in to comment.