From 90cbe619f5b2e9c7f52efedded4bcf09d2ccf972 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:08:56 +0000 Subject: [PATCH] chore(main): release w3console 1.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcd1e6..2a5e76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/web3-storage/console/compare/w3console-v1.4.1...w3console-v1.5.0) (2024-02-09) + + +### Features + +* remove upload ([#90](https://github.com/web3-storage/console/issues/90)) ([92aaabf](https://github.com/web3-storage/console/commit/92aaabfa331b3965c828145b267be940d81c5363)) + ## [1.4.1](https://github.com/web3-storage/console/compare/w3console-v1.4.0...w3console-v1.4.1) (2024-02-07) diff --git a/package.json b/package.json index c7f86d4..2b9375a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w3console", - "version": "1.4.1", + "version": "1.5.0", "private": true, "scripts": { "dev": "next dev",