@metamask-previews/chain-agnostic-permission 0.8.0-preview-08a4995 → 1.0.0-preview-d7c00b1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [1.0.0]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- This package is now considered stable ([#6013](https://github.com/MetaMask/core/pull/6013))
|
15
|
+
|
10
16
|
## [0.8.0]
|
11
17
|
|
12
18
|
### Changed
|
@@ -104,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
104
110
|
|
105
111
|
- Initial release
|
106
112
|
|
107
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.
|
113
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.0.0...HEAD
|
114
|
+
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.8.0...@metamask/chain-agnostic-permission@1.0.0
|
108
115
|
[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.7.1...@metamask/chain-agnostic-permission@0.8.0
|
109
116
|
[0.7.1]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.7.0...@metamask/chain-agnostic-permission@0.7.1
|
110
117
|
[0.7.0]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.6.0...@metamask/chain-agnostic-permission@0.7.0
|
package/package.json
CHANGED