From 5aefdd7c6a0fefc432a7f4e0175394eaa9ecb72e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:25:29 +0100 Subject: [PATCH] chore(main): release 2.1.2 (#44) :robot: I have created a release *beep* *boop* --- ## [2.1.2](https://github.com/web3-storage/freeway/compare/v2.1.1...v2.1.2) (2023-06-01) ### Bug Fixes * update dagula to v7 for ordering support ([#43](https://github.com/web3-storage/freeway/issues/43)) ([ecc7237](https://github.com/web3-storage/freeway/commit/ecc7237d3f11b025f6c629308db70a95dc8edfd6)) --- 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 7a471be..b33dee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/web3-storage/freeway/compare/v2.1.1...v2.1.2) (2023-06-01) + + +### Bug Fixes + +* update dagula to v7 for ordering support ([#43](https://github.com/web3-storage/freeway/issues/43)) ([ecc7237](https://github.com/web3-storage/freeway/commit/ecc7237d3f11b025f6c629308db70a95dc8edfd6)) + ## [2.1.1](https://github.com/web3-storage/freeway/compare/v2.1.0...v2.1.1) (2023-05-30) diff --git a/package-lock.json b/package-lock.json index f42fb8a..d34fc76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freeway", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.1.0", diff --git a/package.json b/package.json index be40449..7e2ec8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freeway", - "version": "2.1.1", + "version": "2.1.2", "description": "An IPFS gateway for accessing UnixFS data via CAR CIDs", "main": "index.js", "type": "module",