You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/snap/CHANGELOG.md
+49-2Lines changed: 49 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -7,108 +8,154 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
8
9
9
10
## [1.1.6]
10
-
### Uncategorized
11
-
- chore: bump keyring-api to ^8.1.3 ([#155](https://github.com/MetaMask/snap-simple-keyring/pull/155))
11
+
12
+
### Changed
13
+
14
+
- Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.3` ([#155](https://github.com/MetaMask/snap-simple-keyring/pull/155))
15
+
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).
12
16
13
17
## [1.1.5]
18
+
14
19
### Added
20
+
15
21
- Add "metamask.github.io" to `allowedOrigins` list in the `endowment:keyring` ([#153](https://github.com/MetaMask/snap-simple-keyring/pull/153))
16
22
17
23
## [1.1.4]
24
+
18
25
### Added
26
+
19
27
- Allow the origin `metamask.github.io` to call snap methods ([#151](https://github.com/MetaMask/snap-simple-keyring/pull/151)).
20
28
21
29
### Fixed
30
+
22
31
- Moved `build-preinstalled-snap.js` script inside snap package and fixed bundle paths for pre installed snaps ([#150](https://github.com/MetaMask/snap-simple-keyring/pull/150))
23
32
24
33
## [1.1.3]
34
+
25
35
### Added
36
+
26
37
- Include `preinstalled-snap.json` in release ([#148](https://github.com/MetaMask/snap-simple-keyring/pull/148)).
27
38
- Script to generate `preinstalled-snap.json` ([#146](https://github.com/MetaMask/snap-simple-keyring/pull/146)).
28
39
29
40
## [1.1.2]
41
+
30
42
### Added
43
+
31
44
- Add account name suggestion to `"notify:accountCreated"` event ([#144](https://github.com/MetaMask/snap-simple-keyring/pull/144))
0 commit comments