Skip to content

Commit

Permalink
0.0.12 (#32)
Browse files Browse the repository at this point in the history
* 0.0.12

* Update CHANGELOG.md

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Shane <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2021
1 parent 0bd339f commit b9c736b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.12]
### Added
- Proceed Without MetaMask ([#29](https://github.com/MetaMask/api-playground/pull/29))

### Changed
- "Proceed without Metamask" element to Link instead of <b> tag ([#31](https://github.com/MetaMask/api-playground/pull/31))

## [0.0.11]
### Changed
- Update publish-release.yml to use proper branch name ([#27](https://github.com/MetaMask/api-playground/pull/27))
Expand All @@ -23,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump api-specs which adds wallet_switchEthereumChain ([#20](https://github.com/MetaMask/api-playground/pull/20))

[Unreleased]: https://github.com/MetaMask/api-playground/compare/v0.0.11...HEAD
[Unreleased]: https://github.com/MetaMask/api-playground/compare/v0.0.12...HEAD
[0.0.12]: https://github.com/MetaMask/api-playground/compare/v0.0.11...v0.0.12
[0.0.11]: https://github.com/MetaMask/api-playground/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/MetaMask/api-playground/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/MetaMask/api-playground/compare/v0.0.8...v0.0.9
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metamask/api-playground",
"description": "",
"version": "0.0.11",
"version": "0.0.12",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.7",
"@etclabscore/react-monaco-editor": "1.0.4",
Expand Down

0 comments on commit b9c736b

Please sign in to comment.