diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b9b61..7add2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/web3-storage/gateway-lib/compare/v3.0.0...v3.1.0) (2023-05-19) + + +### Features + +* implement block order signaling ([#25](https://github.com/web3-storage/gateway-lib/issues/25)) ([1862165](https://github.com/web3-storage/gateway-lib/commit/18621658dc921c6754440b3e35b15494b266e0d6)) + ## [3.0.0](https://github.com/web3-storage/gateway-lib/compare/v2.0.3...v3.0.0) (2023-05-02) diff --git a/package-lock.json b/package-lock.json index b42e969..b61ee5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 00d128c..56ca42f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "3.0.0", + "version": "3.1.0", "description": "Shared library of components for building an IPFS gateway in Cloudflare workers.", "main": "src/index.js", "type": "module",