Skip to content

Commit 64c6325

Browse files
github-actions[bot]github-actions
andauthored
0.0.3 (#11)
Co-authored-by: github-actions <github-actions@github.com>
1 parent c544493 commit 64c6325

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.3]
10+
### Uncategorized
11+
- Fixed error that happens with boolean schemas ([#10](https://github.com/MetaMask/openrpc-docs-react/pull/10))
12+
913
## [0.0.2]
1014
### Uncategorized
1115
- Change json-schema-viewer back to stoplight ([#7](https://github.com/MetaMask/openrpc-docs-react/pull/7))
@@ -290,6 +294,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
290294
- feat: add circle config with semantic release
291295
- feat: initial commit
292296

293-
[Unreleased]: https://github.com/MetaMask/openrpc-docs-react/compare/v0.0.2...HEAD
297+
[Unreleased]: https://github.com/MetaMask/openrpc-docs-react/compare/v0.0.3...HEAD
298+
[0.0.3]: https://github.com/MetaMask/openrpc-docs-react/compare/v0.0.2...v0.0.3
294299
[0.0.2]: https://github.com/MetaMask/openrpc-docs-react/compare/v0.0.1...v0.0.2
295300
[0.0.1]: https://github.com/MetaMask/openrpc-docs-react/releases/tag/v0.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/open-rpc-docs-react",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenRPC Docs React",
55
"homepage": "https://github.com/MetaMask/openrpc-docs-react#readme",
66
"bugs": {

0 commit comments

Comments
 (0)