diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a285f..41187bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/storacha/gateway-lib/compare/v5.1.3...v5.2.0) (2025-09-10) + + +### Features + +* support `dag-json` and `dag-cbor` preview rendering ([#68](https://github.com/storacha/gateway-lib/issues/68)) ([19274ec](https://github.com/storacha/gateway-lib/commit/19274ec63289308deecf3739f36f3f231bdb1a00)) + ## [5.1.3](https://github.com/storacha/gateway-lib/compare/v5.1.2...v5.1.3) (2025-07-11) diff --git a/package-lock.json b/package-lock.json index 2ffae8e..4f5eb14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/gateway-lib", - "version": "5.1.3", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/gateway-lib", - "version": "5.1.3", + "version": "5.2.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@gct256/hexdump": "^0.1.2", diff --git a/package.json b/package.json index 6f89fe1..e42c5de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "5.1.3", + "version": "5.2.0", "description": "Shared library of components for building an IPFS gateway in Cloudflare workers.", "main": "src/index.js", "type": "module",