diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a93b3..51addc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.1](https://github.com/storacha/gateway-lib/compare/v5.1.0...v5.1.1) (2024-09-10) + + +### Bug Fixes + +* repo URLs ([983e511](https://github.com/storacha/gateway-lib/commit/983e511de4921852832762a380b98a0e6b837640)) + ## [5.1.0](https://github.com/storacha/gateway-lib/compare/v5.0.1...v5.1.0) (2024-09-10) diff --git a/package-lock.json b/package-lock.json index a88930e..b3ab38a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/gateway-lib", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/gateway-lib", - "version": "5.1.0", + "version": "5.1.1", "license": "Apache-2.0 OR MIT", "dependencies": { "@httpland/range-parser": "^1.2.0", diff --git a/package.json b/package.json index 6edabfa..8d2b435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "5.1.0", + "version": "5.1.1", "description": "Shared library of components for building an IPFS gateway in Cloudflare workers.", "main": "src/index.js", "type": "module",