diff --git a/CHANGELOG.md b/CHANGELOG.md index 568e8fd..4162702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 14e4cb4..1119db7 100644 --- a/package.json +++ b/package.json @@ -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": {