diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 51fe728fe..6ec322248 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "15.0.0", "packages/filecoin-api": "0.0.0", - "packages/filecoin-client": "0.0.0", + "packages/filecoin-client": "1.0.0", "packages/capabilities": "8.0.0", "packages/upload-api": "4.1.0", "packages/upload-client": "9.1.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 68972f549..923431554 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.0 (2023-08-09) + + +### Features + +* w3filecoin new client and api ([#848](https://github.com/web3-storage/w3up/issues/848)) ([7a58fbe](https://github.com/web3-storage/w3up/commit/7a58fbe8f6c6fbe98e700b7affd5825ddccf6547)) + ## [1.1.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v1.0.0...filecoin-client-v1.1.0) (2023-08-09) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index ac5104f88..afb05b656 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "1.1.0", + "version": "1.0.0", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {