diff --git a/CHANGELOG.md b/CHANGELOG.md index d62bb14..bf02ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.18.0](https://github.com/web3-storage/freeway/compare/v2.17.0...v2.18.0) (2024-05-28) + + +### Features + +* fetch blocks from location URLs ([#103](https://github.com/web3-storage/freeway/issues/103)) ([1c7b7a6](https://github.com/web3-storage/freeway/commit/1c7b7a6faff866bb7c8fece427777e33e7e27416)) +* use blob-fetcher lib ([#105](https://github.com/web3-storage/freeway/issues/105)) ([14e8b6d](https://github.com/web3-storage/freeway/commit/14e8b6d0ccb0d9ab78939bb95fbb1ea0c7d7a840)) + ## [2.17.0](https://github.com/web3-storage/freeway/compare/v2.16.0...v2.17.0) (2024-05-15) diff --git a/package-lock.json b/package-lock.json index 25e667c..39f9d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "2.17.0", + "version": "2.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "freeway", - "version": "2.17.0", + "version": "2.18.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.2.6", diff --git a/package.json b/package.json index 8135a51..83ae861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freeway", - "version": "2.17.0", + "version": "2.18.0", "description": "An IPFS gateway for accessing UnixFS data via CAR CIDs", "main": "src/index.js", "types": "dist/src/index.d.ts",