Skip to content

Commit 603a57b

Browse files
github-actions[bot]github-actions
and
github-actions
authored
0.2.0 (#31)
Co-authored-by: github-actions <[email protected]>
1 parent 7097757 commit 603a57b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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.2.0]
10+
### Uncategorized
11+
- feat(dependency): updated react version to 18 ([#30](https://github.com/MetaMask/open-rpc-docs-react/pull/30))
12+
913
## [0.1.2]
1014
### Uncategorized
1115
- Fixed stoplight css scoping ([#19](https://github.com/MetaMask/open-rpc-docs-react/pull/19))
@@ -309,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
309313
- feat: add circle config with semantic release
310314
- feat: initial commit
311315

312-
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.2...HEAD
316+
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.2.0...HEAD
317+
[0.2.0]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.2...v0.2.0
313318
[0.1.2]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.1...v0.1.2
314319
[0.1.1]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.0...v0.1.1
315320
[0.1.0]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.3...v0.1.0

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.1.2",
3+
"version": "0.2.0",
44
"description": "OpenRPC Docs React",
55
"homepage": "https://github.com/MetaMask/open-rpc-docs-react#readme",
66
"bugs": {

0 commit comments

Comments
 (0)