diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b299c..f08f4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.58](https://github.com/Cap-go/native-purchases/compare/0.0.57...0.0.58) (2024-05-06) + ### [0.0.57](https://github.com/Cap-go/native-purchases/compare/0.0.56...0.0.57) (2024-04-29) ### [0.0.56](https://github.com/Cap-go/native-purchases/compare/0.0.55...0.0.56) (2024-04-22) diff --git a/package.json b/package.json index 78459f8..0fbcf3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-purchases", - "version": "0.0.57", + "version": "0.0.58", "description": "In-app Subscriptions Made Easy", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",