diff --git a/CHANGELOG.md b/CHANGELOG.md index addad7a..f6c59f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,4 +10,10 @@ All notable changes to this project will be documented in this file. - Added demonstration React template [#9](https://github.com/web3/create-web3js-dapp/pull/9) - Added minimal Vue template [#10](https://github.com/web3/create-web3js-dapp/pull/10) +## [0.1.1] + +- Small changes to `README.md` [#15](https://github.com/web3/create-web3js-dapp/pull/15) +- Add repository to `package.json` [#15](https://github.com/web3/create-web3js-dapp/pull/15) +- Add `npm start` script to `web3js-vue-dapp-min` [#15](https://github.com/web3/create-web3js-dapp/pull/15) + ## [Unreleased] diff --git a/package.json b/package.json index 99bec7d..c3210d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-web3js-dapp", - "version": "0.1.0", + "version": "0.1.1", "description": "Scaffolding utility to create front-end projects with Web3.js", "main": "dist/index.js", "scripts": {