Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Apr 2, 2021
1 parent 0f1c469 commit 406e2e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1 (April 02, 2021)



## 1.0.0 (February 26, 2021)

- publish to staging registry
7 changes: 6 additions & 1 deletion blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: express-demo
version: 1.0.0
version: 1.0.1
main: ./bin/www.js
files:
- blocklet.md
Expand Down Expand Up @@ -37,3 +37,8 @@ requirements:
abtnode: '>=1.1.0'
os: '*'
cpu: '*'
charging:
price: 0
tokens: []
shares: []
children: []
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-demo",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "./bin/www.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 406e2e8

Please sign in to comment.