diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6d788..db8f4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### [5.1.1](https://github.com/ipfs/ipld-explorer-components/compare/v5.1.0...v5.1.1) (2023-11-30) + + +### Bug Fixes + +* no more BigInt serialization errors ([a580bd9](https://github.com/ipfs/ipld-explorer-components/commit/a580bd985b6588ecbda7b5333b3a820d3c1181de)) +* no more window is not defined errors ([794c9c6](https://github.com/ipfs/ipld-explorer-components/commit/794c9c60c227e423442131ad44a2833c8bce6369)) + + +### Trivial Changes + +* update package-lock.json ([a4089f1](https://github.com/ipfs/ipld-explorer-components/commit/a4089f1a9290844ea107996373d7db500b7f7f09)) + ## [5.1.0](https://github.com/ipfs/ipld-explorer-components/compare/v5.0.0...v5.1.0) (2023-11-30) diff --git a/package-lock.json b/package-lock.json index bea0421..a32d578 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipld-explorer-components", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ipld-explorer-components", - "version": "5.1.0", + "version": "5.1.1", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^14.0.0", diff --git a/package.json b/package.json index e35e869..e50551d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-explorer-components", - "version": "5.1.0", + "version": "5.1.1", "description": "React components for https://explore.ipld.io", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/ipld-explorer-components#readme",