From 56d763c1f505448eecc69aa9fed3fc3cd2ea2fcd Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 9 Jul 2023 01:21:55 +0000 Subject: [PATCH] chore(release): v0.4.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68750ce..7b09c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.4.0](https://github.com/frankiefab100/Web3Collectives/compare/v0.3.3...v0.4.0) (2023-07-09) + + +### Features + +* add git hooks ([#52](https://github.com/frankiefab100/Web3Collectives/issues/52)) ([6a68aa4](https://github.com/frankiefab100/Web3Collectives/commit/6a68aa471177a1fad9121ccb1b0ae9d373a9156c)) + + + ## [0.3.3](https://github.com/frankiefab100/Web3Collectives/compare/v0.3.2...v0.3.3) (2023-07-05) @@ -34,12 +43,3 @@ -## [0.2.2](https://github.com/frankiefab100/Web3Collectives/compare/v0.2.1...v0.2.2) (2023-06-15) - - -### Bug Fixes - -* move stale-issue-pr.yml to right directory ([a9beaef](https://github.com/frankiefab100/Web3Collectives/commit/a9beaef6ddcfcd1380aaf6158a76b48e4164a937)) - - - diff --git a/package-lock.json b/package-lock.json index c686516..e53def1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Web3Collectives", - "version": "0.3.3", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9a3d765..1b12156 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Web3Collectives", "private": true, - "version": "0.3.3", + "version": "0.4.0", "scripts": { "dev": "vite", "build": "vite build",