Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit ae4099f

Browse files
github-actions[bot]github-actionsdanroc
authored
0.1.2 (#24)
* 0.1.2 * docs: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent 59f7990 commit ae4099f

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+
### Changed
11+
- Update snaps dependencies. ([#21](https://github.com/MetaMask/keyring-api/pull/21))
12+
913
## [0.1.1]
1014
### Added
1115
- Validate snap responses for type correctness. ([#15](https://github.com/MetaMask/keyring-api/pull/15))
@@ -21,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2125
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
2226
- Helper functions to create keyring handler in the snap.
2327

24-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.1.1...HEAD
28+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.1.2...HEAD
29+
[0.1.2]: https://github.com/MetaMask/keyring-api/compare/v0.1.1...v0.1.2
2530
[0.1.1]: https://github.com/MetaMask/keyring-api/compare/v0.1.0...v0.1.1
2631
[0.1.0]: https://github.com/MetaMask/keyring-api/releases/tag/v0.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "MetaMask Keyring API",
55
"homepage": "https://github.com/MetaMask/keyring-api#readme",
66
"bugs": {

0 commit comments

Comments
 (0)