From 891377f344924de80003287f172de24984e8b74b Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sun, 15 Sep 2024 13:41:47 +0200 Subject: [PATCH] chore(release): 6.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce47f10..5b9d35e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/capacitor-community/sqlite/compare/v6.0.1...v6.0.2) (2024-09-15) + + +### Bug Fixes + +* **android:** update `androidx.room:room-compiler` to `2.6.1` ([#588](https://github.com/capacitor-community/sqlite/issues/588)) ([21c435a](https://github.com/capacitor-community/sqlite/commit/21c435aaa71582cfdcc0bf258fc4f8237f3df661)) + ## 6.0.1 (2024-06-14) #### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 6a93bff8..880ef60d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/sqlite", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/sqlite", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "dependencies": { "jeep-sqlite": "^2.7.2" diff --git a/package.json b/package.json index 4b1f7fa8..0a26b042 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/sqlite", - "version": "6.0.1", + "version": "6.0.2", "description": "Community plugin for native & electron SQLite databases", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",