Skip to content

Commit

Permalink
0.36.0 (#233)
Browse files Browse the repository at this point in the history
* 0.36.0

* fix: changelog

* fix: changelog

* fix: changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Salah-Eddine Saakoun <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent c54295c commit cec8c5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.36.0]
### Changed
- **BREAKING:** Bump `@metamask/network-controller` peer dependency to `^22.0.0` ([#4841](https://github.com/MetaMask/ppom-validator/pull/232))

Expand Down Expand Up @@ -206,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Restrict provider access to PPOM ([#7](https://github.com/MetaMask/ppom-validator/pull/7))
- Integrate with ppom npm module ([#8](https://github.com/MetaMask/ppom-validator/pull/8))

[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.35.1...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.36.0...HEAD
[0.36.0]: https://github.com/MetaMask/ppom-validator/compare/v0.35.1...v0.36.0
[0.35.1]: https://github.com/MetaMask/ppom-validator/compare/v0.35.0...v0.35.1
[0.35.0]: https://github.com/MetaMask/ppom-validator/compare/v0.34.0...v0.35.0
[0.34.0]: https://github.com/MetaMask/ppom-validator/compare/v0.33.0...v0.34.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/ppom-validator",
"version": "0.35.1",
"version": "0.36.0",
"description": "This module has code to integrate Blockaid PPOM with MetaMask",
"homepage": "https://github.com/MetaMask/ppom-validator#readme",
"bugs": {
Expand Down

0 comments on commit cec8c5a

Please sign in to comment.