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
* Initialize Release 20.0.0
* Update Release 20.0.0
* chore: update changelog format to categorize changes into Added, Changed, and Fixed sections
* feat: update changelog to include removal of LogicalOrWrapper payee support for ERC20
* Apply suggestions from code review
Co-authored-by: jeffsmale90 <6363749+jeffsmale90@users.noreply.github.com>
* feat: update version numbers and changelogs for release 2.0.0
---------
Co-authored-by: jeffsmale90 <6363749+jeffsmale90@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/gator-permissions-snap/CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.0.0]
11
+
12
+
### Added
13
+
14
+
- Add payee rule support to allowance permission types ([#300](https://github.com/MetaMask/snap-7715-permissions/pull/300), [#313](https://github.com/MetaMask/snap-7715-permissions/pull/313))
15
+
- Add redeemer rule support to all permission types ([#297](https://github.com/MetaMask/snap-7715-permissions/pull/297))
16
+
17
+
### Changed
18
+
19
+
-**BREAKING**: `permissionsProvider_getSupportedPermissions` no longer includes chainIds ([#296](https://github.com/MetaMask/snap-7715-permissions/pull/296))
20
+
21
+
### Fixed
22
+
23
+
- Change potentially malicious warning color from red to orange ([#294](https://github.com/MetaMask/snap-7715-permissions/pull/294))
24
+
10
25
## [1.3.1]
11
26
12
27
### Changed
@@ -337,7 +352,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments