Skip to content

Commit 4875b30

Browse files
author
Dan Forbes
authored
Release v0.1.1 (#16)
1 parent e1d08c9 commit 4875b30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ All notable changes to this project will be documented in this file.
1010
- Added demonstration React template [#9](https://github.com/web3/create-web3js-dapp/pull/9)
1111
- Added minimal Vue template [#10](https://github.com/web3/create-web3js-dapp/pull/10)
1212

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+
1319
## [Unreleased]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-web3js-dapp",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Scaffolding utility to create front-end projects with Web3.js",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)