Skip to content

Commit 38fe472

Browse files
github-actions[bot]github-actions
and
github-actions
authored
0.1.0 (#16)
Co-authored-by: github-actions <[email protected]>
1 parent 190e12b commit 38fe472

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.0]
10+
### Uncategorized
11+
- Fixed alignemnt of interactive method ([#15](https://github.com/MetaMask/open-rpc-docs-react/pull/15))
12+
- Fixed linking issues ([#14](https://github.com/MetaMask/open-rpc-docs-react/pull/14))
13+
- Removed inline on h1 tag in Method ([#13](https://github.com/MetaMask/open-rpc-docs-react/pull/13))
14+
- Fixed repo urls ([#12](https://github.com/MetaMask/open-rpc-docs-react/pull/12))
15+
916
## [0.0.3]
1017
### Uncategorized
1118
- Fixed error that happens with boolean schemas ([#10](https://github.com/MetaMask/openrpc-docs-react/pull/10))
@@ -294,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
294301
- feat: add circle config with semantic release
295302
- feat: initial commit
296303

297-
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.3...HEAD
304+
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.0...HEAD
305+
[0.1.0]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.3...v0.1.0
298306
[0.0.3]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.2...v0.0.3
299307
[0.0.2]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.1...v0.0.2
300308
[0.0.1]: https://github.com/MetaMask/open-rpc-docs-react/releases/tag/v0.0.1

package.json

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

0 commit comments

Comments
 (0)