diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d78334..34a285f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.3](https://github.com/storacha/gateway-lib/compare/v5.1.2...v5.1.3) (2025-07-11) + + +### Bug Fixes + +* redirect directory missing trailing slash ([#66](https://github.com/storacha/gateway-lib/issues/66)) ([7ace384](https://github.com/storacha/gateway-lib/commit/7ace384789a9fd39c284ea10a83840b21dfbdbd9)) + ## [5.1.2](https://github.com/storacha/gateway-lib/compare/v5.1.1...v5.1.2) (2024-09-10) diff --git a/package-lock.json b/package-lock.json index 1fd5797..840cec9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/gateway-lib", - "version": "5.1.2", + "version": "5.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/gateway-lib", - "version": "5.1.2", + "version": "5.1.3", "license": "Apache-2.0 OR MIT", "dependencies": { "@httpland/range-parser": "^1.2.0", diff --git a/package.json b/package.json index 11c5156..003ad74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "5.1.2", + "version": "5.1.3", "description": "Shared library of components for building an IPFS gateway in Cloudflare workers.", "main": "src/index.js", "type": "module",