From d88b06eb84bf8ccab5c3ea32aae55d8eed14b92c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 17:36:35 +0100 Subject: [PATCH] chore(main): release web3.storage 4.5.4 (#2230) :robot: I have created a release *beep* *boop* --- ## [4.5.4](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.3...web3.storage-v4.5.4) (2023-02-28) ### Bug Fixes * trigger ci ([a88b88a](https://github.com/web3-storage/web3.storage/commit/a88b88a8b4652f8d58249a938f8352a034330ae3)) --- 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> --- packages/client/CHANGELOG.md | 7 +++++++ packages/client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index b882eacc86..b82094477d 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.5.4](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.3...web3.storage-v4.5.4) (2023-02-28) + + +### Bug Fixes + +* trigger ci ([a88b88a](https://github.com/web3-storage/web3.storage/commit/a88b88a8b4652f8d58249a938f8352a034330ae3)) + ## [4.5.3](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.2...web3.storage-v4.5.3) (2023-02-28) diff --git a/packages/client/package.json b/packages/client/package.json index f5dc74799e..16d5a62363 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "web3.storage", - "version": "4.5.3", + "version": "4.5.4", "description": "API client for web3.storage", "type": "module", "license": "(Apache-2.0 OR MIT)",