File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
16
## [ 0.0.3]
10
17
### Uncategorized
11
18
- 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
294
301
- feat: add circle config with semantic release
295
302
- feat: initial commit
296
303
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
298
306
[ 0.0.3 ] : https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.2...v0.0.3
299
307
[ 0.0.2 ] : https://github.com/MetaMask/open-rpc-docs-react/compare/v0.0.1...v0.0.2
300
308
[ 0.0.1 ] : https://github.com/MetaMask/open-rpc-docs-react/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/open-rpc-docs-react" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " OpenRPC Docs React" ,
5
5
"homepage" : " https://github.com/MetaMask/open-rpc-docs-react#readme" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments