From a140c5e70be4f95dd60f97d08d1235e2c9b33c5a 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:48:53 +0100 Subject: [PATCH] chore(main): release api 4.9.2 (#2705) :robot: I have created a release *beep* *boop* --- ## [4.9.2](https://github.com/nftstorage/nft.storage/compare/api-v4.9.1...api-v4.9.2) (2024-07-01) ### Bug Fixes * allow count header ([13c229b](https://github.com/nftstorage/nft.storage/commit/13c229bb960e851074fa8d1da19c4f3ec481cbf6)) --- 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 55eb196c3d..6e5d9b1356 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.9.2](https://github.com/nftstorage/nft.storage/compare/api-v4.9.1...api-v4.9.2) (2024-07-01) + + +### Bug Fixes + +* allow count header ([13c229b](https://github.com/nftstorage/nft.storage/commit/13c229bb960e851074fa8d1da19c4f3ec481cbf6)) + ## [4.9.1](https://github.com/nftstorage/nft.storage/compare/api-v4.9.0...api-v4.9.1) (2024-07-01) diff --git a/packages/api/package.json b/packages/api/package.json index fb6b9ae5a1..79add1ec12 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.9.1", + "version": "4.9.2", "description": "NFT Storage API", "private": true, "type": "module",