Skip to content

Commit b9c074e

Browse files
0.34.0 (#210)
1 parent 482b4a0 commit b9c074e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.34.0]
10+
### Changed
11+
- fix: update berachain `chainid` ([#205](https://github.com/MetaMask/ppom-validator/pull/205))
12+
- feat: add support for multichain in PPOM Controller ([#204](https://github.com/MetaMask/ppom-validator/pull/204))
13+
914
## [0.33.0]
1015
### Added
1116
- Add and export types `PPOMControllerGetStateAction`, `PPOMControllerStateChangeEvent`, `PPOMControllerEvents` ([#193](https://github.com/MetaMask/ppom-validator/pull/193))
@@ -183,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183188
- Restrict provider access to PPOM ([#7](https://github.com/MetaMask/ppom-validator/pull/7))
184189
- Integrate with ppom npm module ([#8](https://github.com/MetaMask/ppom-validator/pull/8))
185190

186-
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.33.0...HEAD
191+
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.34.0...HEAD
192+
[0.34.0]: https://github.com/MetaMask/ppom-validator/compare/v0.33.0...v0.34.0
187193
[0.33.0]: https://github.com/MetaMask/ppom-validator/compare/v0.32.0...v0.33.0
188194
[0.32.0]: https://github.com/MetaMask/ppom-validator/compare/v0.31.0...v0.32.0
189195
[0.31.0]: https://github.com/MetaMask/ppom-validator/compare/v0.30.0...v0.31.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/ppom-validator",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "This module has code to integrate Blockaid PPOM with MetaMask",
55
"homepage": "https://github.com/MetaMask/ppom-validator#readme",
66
"bugs": {

0 commit comments

Comments
 (0)