Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Oct 23, 2024
1 parent e1d08c9 commit a9f9720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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

0 comments on commit a9f9720

Please sign in to comment.