From f15afca7222abd51be60c3f772a98c0fe60336e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Aug 2024 21:07:32 +0000 Subject: [PATCH] chore(release): 5.0.2 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1c748..646e2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Changelog + +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. + +### [5.0.2](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/compare/v5.0.1...v5.0.2) (2024-08-13) + + +### Bug Fixes + +* add CI/CD ([3351735](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/33517352b6ee5b6234ab5399376897ff697983f2)) +* remove dogen for now ([583f0ef](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/583f0ef6df54bbd476e352938b0e73c1030adfce)) +* remove old code ([723f906](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/723f906ad2015d0b6b53d2eca469269a912c6c01)) +* remove useless command ([95321b5](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/95321b50207b484f78f2be32718901d585ef0db3)) +* switch to pnpm ([2c2ff58](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/2c2ff588e87546fb318d117b774f48a10778b92d)) +* test ci ([32db83c](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/32db83cad26c7d74ffa88588040767f16c6c808f)) +* use latest pnpm ([d02b278](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/d02b2782048f53260c3bd1cac327391f936fff77)) + ## 5.0.1 (2023-05-22) ### Bug Fixes diff --git a/package.json b/package.json index 54f7c6a..2861ae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-data-storage-sqlite", - "version": "5.0.1", + "version": "5.0.2", "description": "SQLite Storage of key/value strings pair", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",