Skip to content

Commit

Permalink
0.26.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 22, 2024
1 parent ba59217 commit efbb4a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.0]
### Changed
- Typing fixes in api interface ([#155](https://github.com/MetaMask/ppom-validator/pull/155))

## [0.25.0]
### Changed
- Download files and initialise PPOM when first transaction on network is received ([#151](https://github.com/MetaMask/ppom-validator/pull/151))
Expand Down Expand Up @@ -142,7 +146,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.25.0...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.26.0...HEAD
[0.26.0]: https://github.com/MetaMask/ppom-validator/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/MetaMask/ppom-validator/compare/v0.24.0...v0.25.0
[0.24.0]: https://github.com/MetaMask/ppom-validator/compare/v0.23.0...v0.24.0
[0.23.0]: https://github.com/MetaMask/ppom-validator/compare/v0.22.0...v0.23.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.25.0",
"version": "0.26.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 efbb4a8

Please sign in to comment.