diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a4822..7d9b5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.0.0](https://github.com/ipfs-shipyard/js-pinning-service-http-client/compare/v2.0.0...v3.0.0) (2024-10-08) + +### ⚠ BREAKING CHANGES + +* fields that were Sets such as `PinResults.results` and `PinsGetRequest.cid` are now Arrays + +### Bug Fixes + +* use arrays for collections instead of sets ([#70](https://github.com/ipfs-shipyard/js-pinning-service-http-client/issues/70)) ([75736f5](https://github.com/ipfs-shipyard/js-pinning-service-http-client/commit/75736f57880dfd91244c0a2146593d6a91b9767a)), closes [/github.com/ipfs/helia-remote-pinning/blob/main/src/heliaRemotePinner.ts#L155](https://github.com/ipfs-shipyard//github.com/ipfs/helia-remote-pinning/blob/main/src/heliaRemotePinner.ts/issues/L155) + ## [2.0.0](https://github.com/ipfs-shipyard/js-pinning-service-http-client/compare/v1.0.3...v2.0.0) (2024-08-27) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 72249ba..2b82b9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipfs-shipyard/pinning-service-client", - "version": "2.0.0", + "version": "3.0.0", "description": "A lightweight client generated from the ipfs-pinning-service-spec defined at https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/main/ipfs-pinning-service.yaml", "author": "Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>", "license": "Apache-2.0 OR MIT",