Skip to content

Commit 5cb71c9

Browse files
github-actions[bot]github-actions
and
github-actions
authored
0.1.2 (#20)
Co-authored-by: github-actions <[email protected]>
1 parent 5cd57e0 commit 5cb71c9

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.1.2]
10+
### Uncategorized
11+
- Fixed stoplight css scoping ([#19](https://github.com/MetaMask/open-rpc-docs-react/pull/19))
12+
913
## [0.1.1]
1014
### Uncategorized
1115
- handle when meatamask is not installed ([#17](https://github.com/MetaMask/open-rpc-docs-react/pull/17))
@@ -305,7 +309,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
305309
- feat: add circle config with semantic release
306310
- feat: initial commit
307311

308-
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.1...HEAD
312+
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.2...HEAD
313+
[0.1.2]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.1...v0.1.2
309314
[0.1.1]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.0...v0.1.1
310315
[0.1.0]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.3...v0.1.0
311316
[0.0.3]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.2...v0.0.3

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

0 commit comments

Comments
 (0)