diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9eaee..7fba282 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.54](https://github.com/Cap-go/native-purchases/compare/0.0.53...0.0.54) (2024-04-15) + ### [0.0.53](https://github.com/Cap-go/native-purchases/compare/0.0.52...0.0.53) (2024-04-08) ### [0.0.52](https://github.com/Cap-go/native-purchases/compare/0.0.51...0.0.52) (2023-10-09) diff --git a/package.json b/package.json index a3531f2..80acf61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-purchases", - "version": "0.0.53", + "version": "0.0.54", "description": "In-app Subscriptions Made Easy", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",