From a9f9720da671683f1f3eac006e811b17180678cc Mon Sep 17 00:00:00 2001 From: Dan Forbes Date: Wed, 23 Oct 2024 12:56:20 -0700 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": {