From 4221bdc2d2a390e412882e4769146c2c87499a5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:54:14 -0800 Subject: [PATCH] chore(main): release w3console 1.1.0 (#52) :robot: I have created a release *beep* *boop* --- ## [1.1.0](https://github.com/web3-storage/console/compare/w3console-v1.0.0...w3console-v1.1.0) (2023-12-01) ### Features * extract usePlan and use it to chill our plan/get game ([#51](https://github.com/web3-storage/console/issues/51)) ([51c51aa](https://github.com/web3-storage/console/commit/51c51aab6e71c1e638ccc0af326d9a998c17e6c9)) ### Bug Fixes * get logout page working again ([#50](https://github.com/web3-storage/console/issues/50)) ([eb2a3aa](https://github.com/web3-storage/console/commit/eb2a3aaa425b7a0ff19eb55aa2b8a1f756824c13)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1177c13..9c46b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/web3-storage/console/compare/w3console-v1.0.0...w3console-v1.1.0) (2023-12-01) + + +### Features + +* extract usePlan and use it to chill our plan/get game ([#51](https://github.com/web3-storage/console/issues/51)) ([51c51aa](https://github.com/web3-storage/console/commit/51c51aab6e71c1e638ccc0af326d9a998c17e6c9)) + + +### Bug Fixes + +* get logout page working again ([#50](https://github.com/web3-storage/console/issues/50)) ([eb2a3aa](https://github.com/web3-storage/console/commit/eb2a3aaa425b7a0ff19eb55aa2b8a1f756824c13)) + ## 1.0.0 (2023-11-29) diff --git a/package.json b/package.json index 9a6aec8..cea7e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w3console", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "dev": "next dev",