From cc4155732ab8f6d5cd411a57fa96ba4085b31819 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 10 Aug 2023 00:31:08 -0700 Subject: [PATCH] chore(main): release filecoin-api 1.2.0 --- .github/release-please-manifest.json | 2 +- packages/filecoin-api/CHANGELOG.md | 12 ++++++++++++ packages/filecoin-api/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index be9c32439..f7eb292bb 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "15.1.0", - "packages/filecoin-api": "1.1.0", + "packages/filecoin-api": "1.2.0", "packages/filecoin-client": "1.1.0", "packages/capabilities": "9.0.1", "packages/upload-api": "5.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 5abb9016c..a8446e8ac 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v1.1.0...filecoin-api-v1.2.0) (2023-08-10) + + +### Features + +* w3filecoin new client and api ([#848](https://github.com/web3-storage/w3up/issues/848)) ([7a58fbe](https://github.com/web3-storage/w3up/commit/7a58fbe8f6c6fbe98e700b7affd5825ddccf6547)) + + +### Bug Fixes + +* upgrade data segment ([#850](https://github.com/web3-storage/w3up/issues/850)) ([fba281f](https://github.com/web3-storage/w3up/commit/fba281f8cd3ce2a0a00ffd50a4a73d7701b489ce)) + ## 1.0.0 (2023-08-10) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 9531ff74a..0f7303cca 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "1.0.0", + "version": "1.2.0", "type": "module", "main": "./src/lib.js", "files": [