Skip to content

Commit

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

## [Unreleased]

## [0.10.0]
### Changed
- Fix PPOM initialisation in mobile ([#83](https://github.com/MetaMask/ppom-validator/pull/83))
- Instantiate PPOM per request ([#81](https://github.com/MetaMask/ppom-validator/pull/81))

## [0.9.0]
### Changed
- Performance Improvement: async instantation of PPOM instance by passing data files ([#77](https://github.com/MetaMask/ppom-validator/pull/77))
Expand Down Expand Up @@ -70,7 +75,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.9.0...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/MetaMask/ppom-validator/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/MetaMask/ppom-validator/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/MetaMask/ppom-validator/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/MetaMask/ppom-validator/compare/v0.6.0...v0.7.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.9.0",
"version": "0.10.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 8fc82a8

Please sign in to comment.