Skip to content

Commit 867cfa1

Browse files
github-actions[bot]github-actions
and
github-actions
authored
0.1.1 (#18)
Co-authored-by: github-actions <[email protected]>
1 parent eab491f commit 867cfa1

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.1]
10+
### Uncategorized
11+
- handle when meatamask is not installed ([#17](https://github.com/MetaMask/open-rpc-docs-react/pull/17))
12+
913
## [0.1.0]
1014
### Uncategorized
1115
- Fixed alignemnt of interactive method ([#15](https://github.com/MetaMask/open-rpc-docs-react/pull/15))
@@ -301,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301305
- feat: add circle config with semantic release
302306
- feat: initial commit
303307

304-
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.0...HEAD
308+
[Unreleased]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.1...HEAD
309+
[0.1.1]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.1.0...v0.1.1
305310
[0.1.0]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.3...v0.1.0
306311
[0.0.3]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.2...v0.0.3
307312
[0.0.2]: https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.1...v0.0.2

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

0 commit comments

Comments
 (0)