From 1736f61e83a3a64057749b2bc4170cb71861c40d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 10:47:15 +0100 Subject: [PATCH] chore(main): release 2.16.0 (#99) :robot: I have created a release *beep* *boop* --- ## [2.16.0](https://github.com/web3-storage/freeway/compare/v2.15.0...v2.16.0) (2024-05-02) ### Features * use location claims ([#98](https://github.com/web3-storage/freeway/issues/98)) ([8e6b7d2](https://github.com/web3-storage/freeway/commit/8e6b7d202a5967ce9050d96d75ac23301ca01025)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d021a9..525690d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.16.0](https://github.com/web3-storage/freeway/compare/v2.15.0...v2.16.0) (2024-05-02) + + +### Features + +* use location claims ([#98](https://github.com/web3-storage/freeway/issues/98)) ([8e6b7d2](https://github.com/web3-storage/freeway/commit/8e6b7d202a5967ce9050d96d75ac23301ca01025)) + ## [2.15.0](https://github.com/web3-storage/freeway/compare/v2.14.0...v2.15.0) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index ff2412e..5547e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "2.15.0", + "version": "2.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "freeway", - "version": "2.15.0", + "version": "2.16.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.2.6", diff --git a/package.json b/package.json index 481cc0f..917903a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freeway", - "version": "2.15.0", + "version": "2.16.0", "description": "An IPFS gateway for accessing UnixFS data via CAR CIDs", "main": "src/index.js", "types": "dist/src/index.d.ts",