Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent 75736f5 commit 43478c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 43478c1

Please sign in to comment.