Skip to content

Commit

Permalink
0.15.0 (#108)
Browse files Browse the repository at this point in the history
* 0.15.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Jyoti Puri <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2023
1 parent 39924e5 commit f8f6142
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.15.0]
### Changed
- Cleanup and refactor method to get all files for a network ([#107](https://github.com/MetaMask/ppom-validator/pull/107))

## [0.14.0]
### Changed
- Add code changes to handle memory corruption ([#105](https://github.com/MetaMask/ppom-validator/pull/105))
Expand Down Expand Up @@ -95,7 +99,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.14.0...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/MetaMask/ppom-validator/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/MetaMask/ppom-validator/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/MetaMask/ppom-validator/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/MetaMask/ppom-validator/compare/v0.11.0...v0.12.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.14.0",
"version": "0.15.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 f8f6142

Please sign in to comment.