From 2c6bd6c0db7844043cf70465b64b6ffa5ba9e4d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:12:26 +0100 Subject: [PATCH] chore(main): release w3console 1.6.0 (#95) :robot: I have created a release *beep* *boop* --- ## [1.6.0](https://github.com/w3s-project/console/compare/w3console-v1.5.0...w3console-v1.6.0) (2024-04-22) ### Features * add a toaster for notifications and other snacks ([#91](https://github.com/w3s-project/console/issues/91)) ([1906d39](https://github.com/w3s-project/console/commit/1906d39def856ff19fa401ccf7c8386007fe2326)) ### Bug Fixes * allow release-please to release ([#97](https://github.com/w3s-project/console/issues/97)) ([cebb599](https://github.com/w3s-project/console/commit/cebb5994eb31eb8e3967d74fdf67261fd991e195)) ### Other Changes * migrate repo ([#96](https://github.com/w3s-project/console/issues/96)) ([d79663c](https://github.com/w3s-project/console/commit/d79663cc11b8593134805b6ed68ced0590aee7bb)) --- 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 | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5e76d..8746a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.6.0](https://github.com/w3s-project/console/compare/w3console-v1.5.0...w3console-v1.6.0) (2024-04-22) + + +### Features + +* add a toaster for notifications and other snacks ([#91](https://github.com/w3s-project/console/issues/91)) ([1906d39](https://github.com/w3s-project/console/commit/1906d39def856ff19fa401ccf7c8386007fe2326)) + + +### Bug Fixes + +* allow release-please to release ([#97](https://github.com/w3s-project/console/issues/97)) ([cebb599](https://github.com/w3s-project/console/commit/cebb5994eb31eb8e3967d74fdf67261fd991e195)) + + +### Other Changes + +* migrate repo ([#96](https://github.com/w3s-project/console/issues/96)) ([d79663c](https://github.com/w3s-project/console/commit/d79663cc11b8593134805b6ed68ced0590aee7bb)) + ## [1.5.0](https://github.com/web3-storage/console/compare/w3console-v1.4.1...w3console-v1.5.0) (2024-02-09) diff --git a/package.json b/package.json index bb46c43..3d33166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w3console", - "version": "1.5.0", + "version": "1.6.0", "private": true, "scripts": { "dev": "next dev",