diff --git a/CHANGELOG.md b/CHANGELOG.md index 5805281..00b304c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.7.0](https://github.com/web3community/devprotocol.xyz/compare/v0.6.0...v0.7.0) (2021-10-08) + + +### Features + +* Update the contributing guidelines ([0983929](https://github.com/web3community/devprotocol.xyz/commit/098392919f7e9304422609c6a8ba3d7ed1d79d35)) + + + # [0.6.0](https://github.com/web3community/devprotocol.xyz/compare/v0.5.1...v0.6.0) (2021-10-08) @@ -35,12 +44,3 @@ -# [0.3.0](https://github.com/web3community/devprotocol.xyz/compare/v0.2.0...v0.3.0) (2021-10-07) - - -### Features - -* add favicon ([803fe0b](https://github.com/web3community/devprotocol.xyz/commit/803fe0b6a372d3afc322bbd2b3e52889ebd422bd)) - - - diff --git a/package.json b/package.json index 637293d..45ae406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devprotocol", - "version": "0.6.0", + "version": "0.7.0", "private": true, "scripts": { "dev": "astro dev",