From 83fcd72b456b192921b94cec3c42c2cd58f61ac2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:15:34 +0100 Subject: [PATCH] chore(main): release api 4.9.3 (#2706) :robot: I have created a release *beep* *boop* --- ## [4.9.3](https://github.com/nftstorage/nft.storage/compare/api-v4.9.2...api-v4.9.3) (2024-07-01) ### Bug Fixes * expose count header ([f9468d2](https://github.com/nftstorage/nft.storage/commit/f9468d2a57c7d1e0042ed0ce8279c18e39a023af)) --- 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 6e5d9b1356..1e580ef910 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.9.3](https://github.com/nftstorage/nft.storage/compare/api-v4.9.2...api-v4.9.3) (2024-07-01) + + +### Bug Fixes + +* expose count header ([f9468d2](https://github.com/nftstorage/nft.storage/commit/f9468d2a57c7d1e0042ed0ce8279c18e39a023af)) + ## [4.9.2](https://github.com/nftstorage/nft.storage/compare/api-v4.9.1...api-v4.9.2) (2024-07-01) diff --git a/packages/api/package.json b/packages/api/package.json index 79add1ec12..ebb702974c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.9.2", + "version": "4.9.3", "description": "NFT Storage API", "private": true, "type": "module",