Skip to content

Commit

Permalink
chore(release): 5.1.2 [skip ci]
Browse files Browse the repository at this point in the history
### [5.1.2](v5.1.1...v5.1.2) (2023-11-30)

### Bug Fixes

* add toJSON to BigInt prototype ([a606a7c](a606a7c))
* react-i18next peerDep ([09589ca](09589ca))
* replace blake3-multihash with hash-wasm ([8a85612](8a85612))
  • Loading branch information
semantic-release-bot committed Nov 30, 2023
1 parent a606a7c commit edd95a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
### [5.1.2](https://github.com/ipfs/ipld-explorer-components/compare/v5.1.1...v5.1.2) (2023-11-30)


### Bug Fixes

* add toJSON to BigInt prototype ([a606a7c](https://github.com/ipfs/ipld-explorer-components/commit/a606a7c010b77b9dc57742bd26b87590f4647711))
* react-i18next peerDep ([09589ca](https://github.com/ipfs/ipld-explorer-components/commit/09589cacc58e961eb7291c44a96b7fc8ead3cdb5))
* replace blake3-multihash with hash-wasm ([8a85612](https://github.com/ipfs/ipld-explorer-components/commit/8a85612c98404c125d86626afbaef67adf8f1a67))

### [5.1.1](https://github.com/ipfs/ipld-explorer-components/compare/v5.1.0...v5.1.1) (2023-11-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ipld-explorer-components",
"version": "5.1.1",
"version": "5.1.2",
"description": "React components for https://explore.ipld.io",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/ipld-explorer-components#readme",
Expand Down

0 comments on commit edd95a4

Please sign in to comment.