Skip to content

Commit 152c535

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.3...v2.0.0) (2024-08-27) ### ⚠ BREAKING CHANGES * use native fetch & update deps (#68) ### Features * use native fetch & update deps ([#68](#68)) ([77dac71](77dac71))
1 parent 77dac71 commit 152c535

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+
## [2.0.0](https://github.com/ipfs-shipyard/js-pinning-service-http-client/compare/v1.0.3...v2.0.0) (2024-08-27)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* use native fetch & update deps (#68)
6+
7+
### Features
8+
9+
* use native fetch & update deps ([#68](https://github.com/ipfs-shipyard/js-pinning-service-http-client/issues/68)) ([77dac71](https://github.com/ipfs-shipyard/js-pinning-service-http-client/commit/77dac71e1bd9bf7280249e078c8c8cc1dc5e2fcb))
10+
111
## [1.0.3](https://github.com/ipfs-shipyard/js-pinning-service-http-client/compare/v1.0.2...v1.0.3) (2022-10-05)
212

313

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": "1.0.3",
3+
"version": "2.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 <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)