File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,10 @@ All notable changes to this project will be documented in this file.
10
10
- Added demonstration React template [ #9 ] ( https://github.com/web3/create-web3js-dapp/pull/9 )
11
11
- Added minimal Vue template [ #10 ] ( https://github.com/web3/create-web3js-dapp/pull/10 )
12
12
13
+ ## [ 0.1.1]
14
+
15
+ - Small changes to ` README.md ` [ #15 ] ( https://github.com/web3/create-web3js-dapp/pull/15 )
16
+ - Add repository to ` package.json ` [ #15 ] ( https://github.com/web3/create-web3js-dapp/pull/15 )
17
+ - Add ` npm start ` script to ` web3js-vue-dapp-min ` [ #15 ] ( https://github.com/web3/create-web3js-dapp/pull/15 )
18
+
13
19
## [ Unreleased]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-web3js-dapp" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Scaffolding utility to create front-end projects with Web3.js" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments