From b18e322f475ada94e1bb1d2e837ee3c437c6a934 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:22:02 +0100 Subject: [PATCH] chore(main): release api 4.9.1 (#2703) :robot: I have created a release *beep* *boop* --- ## [4.9.1](https://github.com/nftstorage/nft.storage/compare/api-v4.9.0...api-v4.9.1) (2024-07-01) ### Bug Fixes * allow zero count ([09dea5b](https://github.com/nftstorage/nft.storage/commit/09dea5b67d67b49e220c35258ba5d14efbc5ffe5)) --- 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/api/CHANGELOG.md | 7 +++++++ packages/api/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7eb7b8bb53..55eb196c3d 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.9.1](https://github.com/nftstorage/nft.storage/compare/api-v4.9.0...api-v4.9.1) (2024-07-01) + + +### Bug Fixes + +* allow zero count ([09dea5b](https://github.com/nftstorage/nft.storage/commit/09dea5b67d67b49e220c35258ba5d14efbc5ffe5)) + ## [4.9.0](https://github.com/nftstorage/nft.storage/compare/api-v4.8.1...api-v4.9.0) (2024-07-01) diff --git a/packages/api/package.json b/packages/api/package.json index e0af19c12a..fb6b9ae5a1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.9.0", + "version": "4.9.1", "description": "NFT Storage API", "private": true, "type": "module",