diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce47f1..5b9d35e 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 6a93bff..880ef60 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 4b1f7fa..0a26b04 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",