diff --git a/CHANGELOG.md b/CHANGELOG.md index 960998b..74d66a4 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. +### [6.0.55](https://github.com/Cap-go/capacitor-data-storage-sqlite/compare/6.0.54...6.0.55) (2025-01-23) + ### [6.0.54](https://github.com/Cap-go/capacitor-data-storage-sqlite/compare/6.0.53...6.0.54) (2025-01-20) ### [6.0.53](https://github.com/Cap-go/capacitor-data-storage-sqlite/compare/6.0.52...6.0.53) (2025-01-13) diff --git a/package.json b/package.json index 5038530..2b4b058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-data-storage-sqlite", - "version": "6.0.54", + "version": "6.0.55", "description": "SQLite Storage of key/value strings pair", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",