From 59868a1ce4cf298ffabb700d09ecf912f9401d0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 11:40:10 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/web3-storage/freeway/compare/v1.6.2...v2.0.0) (2023-05-02) ### ⚠ BREAKING CHANGES * support ?car-scope and verifiable paths for format=car ([#35](https://github.com/web3-storage/freeway/issues/35)) ### Features * support ?car-scope and verifiable paths for format=car ([#35](https://github.com/web3-storage/freeway/issues/35)) ([ccb8843](https://github.com/web3-storage/freeway/commit/ccb88439f531a1986fb764ad765e0f337e57bc2d)) --- 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 | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db5b6c..7a951c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/freeway/compare/v1.6.2...v2.0.0) (2023-05-02) + + +### ⚠ BREAKING CHANGES + +* support ?car-scope and verifiable paths for format=car ([#35](https://github.com/web3-storage/freeway/issues/35)) + +### Features + +* support ?car-scope and verifiable paths for format=car ([#35](https://github.com/web3-storage/freeway/issues/35)) ([ccb8843](https://github.com/web3-storage/freeway/commit/ccb88439f531a1986fb764ad765e0f337e57bc2d)) + ## [1.6.2](https://github.com/web3-storage/freeway/compare/v1.6.1...v1.6.2) (2023-03-29) diff --git a/package-lock.json b/package-lock.json index 849c34b..ba79c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "1.6.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freeway", - "version": "1.6.2", + "version": "2.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.1.0", diff --git a/package.json b/package.json index c5c6b3b..a5c2f5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freeway", - "version": "1.6.2", + "version": "2.0.0", "description": "An IPFS gateway for accessing UnixFS data via CAR CIDs", "main": "index.js", "type": "module",