diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 1239070877..d4ac0edaf3 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.24.0](https://github.com/web3-storage/web3.storage/compare/api-v7.23.0...api-v7.24.0) (2024-01-22) + + +### Features + +* listUploads includes parts property with list of links to CARs that contain it ([#2347](https://github.com/web3-storage/web3.storage/issues/2347)) ([b870346](https://github.com/web3-storage/web3.storage/commit/b87034604882252f314f9abfb96d347c30f17d25)) + ## [7.23.0](https://github.com/web3-storage/web3.storage/compare/api-v7.22.0...api-v7.23.0) (2024-01-09) diff --git a/packages/api/package.json b/packages/api/package.json index 933b4f49b1..03dc6268ac 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/api", - "version": "7.23.0", + "version": "7.24.0", "private": true, "type": "module", "license": "(Apache-2.0 OR MIT)",