From 0053fd2dd21999459245b75532e6e4a66a5a0413 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 17:59:21 +0000 Subject: [PATCH] chore(main): release 5.0.0 --- 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 84ac3f0..61fcbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/gateway-lib/compare/v4.1.1...v5.0.0) (2024-05-14) + + +### ⚠ BREAKING CHANGES + +* dependencies for handlers have changed, splitting out block, DAG and unixfs services. These are all satisfied by the `Dagula` class for the time being. + +### Features + +* support byte range for raw block requests ([#57](https://github.com/web3-storage/gateway-lib/issues/57)) ([496cb24](https://github.com/web3-storage/gateway-lib/commit/496cb241b6ed2634c93475b5a2dd574deea8b343)) + ## [4.1.1](https://github.com/web3-storage/gateway-lib/compare/v4.1.0...v4.1.1) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index 61c75ac..043da86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/gateway-lib", - "version": "4.1.1", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/gateway-lib", - "version": "4.1.1", + "version": "5.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@httpland/range-parser": "^1.2.0", diff --git a/package.json b/package.json index f6baac3..6378b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "4.1.1", + "version": "5.0.0", "description": "Shared library of components for building an IPFS gateway in Cloudflare workers.", "main": "src/index.js", "type": "module",