From 939425a7d94a27aa4b6d4ce49283624c22f3f088 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Apr 2024 05:28:37 +0000 Subject: [PATCH] chore(release): 0.0.54 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",