From 9ef2cc85cc92d71fce513c858632577f574a7cd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Dec 2024 09:12:29 +0000 Subject: [PATCH] chore(release): 0.0.55 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ae6ae..257f0b8 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.55](https://github.com/Cap-go/capacitor-uploader/compare/0.0.54...0.0.55) (2024-12-23) + ### [0.0.54](https://github.com/Cap-go/capacitor-uploader/compare/0.0.53...0.0.54) (2024-12-23) ### [0.0.53](https://github.com/Cap-go/capacitor-uploader/compare/0.0.52...0.0.53) (2024-12-23) diff --git a/package.json b/package.json index 31bcad2..d254ad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-uploader", - "version": "0.0.54", + "version": "0.0.55", "description": "Upload file natively", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",