Skip to content

Commit 43478c1

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](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](#70)) ([75736f5](75736f5)), 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)
1 parent 75736f5 commit 43478c1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.0.0](https://github.com/ipfs-shipyard/js-pinning-service-http-client/compare/v2.0.0...v3.0.0) (2024-10-08)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* fields that were Sets such as `PinResults.results` and `PinsGetRequest.cid` are now Arrays
6+
7+
### Bug Fixes
8+
9+
* 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)
10+
111
## [2.0.0](https://github.com/ipfs-shipyard/js-pinning-service-http-client/compare/v1.0.3...v2.0.0) (2024-08-27)
212

313
### ⚠ BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipfs-shipyard/pinning-service-client",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"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",
55
"author": "Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)