diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a1c9a..35a4822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [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 + +* use native fetch & update deps (#68) + +### Features + +* 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)) + ## [1.0.3](https://github.com/ipfs-shipyard/js-pinning-service-http-client/compare/v1.0.2...v1.0.3) (2022-10-05) diff --git a/package.json b/package.json index d498739..72249ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipfs-shipyard/pinning-service-client", - "version": "1.0.3", + "version": "2.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",