Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down