From b262a942008f299f766e0c884e2a9d762fec7d2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:57:38 +0100 Subject: [PATCH] chore(main): release api 4.10.0 (#2709) :robot: I have created a release *beep* *boop* --- ## [4.10.0](https://github.com/nftstorage/nft.storage/compare/api-v4.9.3...api-v4.10.0) (2024-07-02) ### Features * **api:** add create aspect to maintainence ([#2708](https://github.com/nftstorage/nft.storage/issues/2708)) ([ec91ae7](https://github.com/nftstorage/nft.storage/commit/ec91ae7ea463a1c3c50b6feaf770a27b6640f1f5)) ### Bug Fixes * specify zone_id for production deployment ([dd6a626](https://github.com/nftstorage/nft.storage/commit/dd6a6267174db1be8ac6711d7c1b686ec602d47d)) * specify zone_id for staging deployment ([1687f8d](https://github.com/nftstorage/nft.storage/commit/1687f8d4fd1cd29f9c9616399fea7553d0048577)) --- 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 | 13 +++++++++++++ packages/api/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 1e580ef910..0c9cb16542 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.10.0](https://github.com/nftstorage/nft.storage/compare/api-v4.9.3...api-v4.10.0) (2024-07-02) + + +### Features + +* **api:** add create aspect to maintainence ([#2708](https://github.com/nftstorage/nft.storage/issues/2708)) ([ec91ae7](https://github.com/nftstorage/nft.storage/commit/ec91ae7ea463a1c3c50b6feaf770a27b6640f1f5)) + + +### Bug Fixes + +* specify zone_id for production deployment ([dd6a626](https://github.com/nftstorage/nft.storage/commit/dd6a6267174db1be8ac6711d7c1b686ec602d47d)) +* specify zone_id for staging deployment ([1687f8d](https://github.com/nftstorage/nft.storage/commit/1687f8d4fd1cd29f9c9616399fea7553d0048577)) + ## [4.9.3](https://github.com/nftstorage/nft.storage/compare/api-v4.9.2...api-v4.9.3) (2024-07-01) diff --git a/packages/api/package.json b/packages/api/package.json index ebb702974c..655c22d40b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.9.3", + "version": "4.10.0", "description": "NFT Storage API", "private": true, "type": "module",