diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9d35e..99d44b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [7.0.0](https://github.com/capacitor-community/sqlite/compare/v6.0.2...v7.0.0) (2025-01-31) + + +### ⚠ BREAKING CHANGES + +* update to Capacitor 7 (#620) + +### Features + +* update to Capacitor 7 ([#620](https://github.com/capacitor-community/sqlite/issues/620)) ([a4ad7ee](https://github.com/capacitor-community/sqlite/commit/a4ad7eef09506e58b59b55e7c05302c991cd46bd)) + ### [6.0.2](https://github.com/capacitor-community/sqlite/compare/v6.0.1...v6.0.2) (2024-09-15) diff --git a/package-lock.json b/package-lock.json index 1d4488b..7f4bc21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/sqlite", - "version": "6.0.2", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/sqlite", - "version": "6.0.2", + "version": "7.0.0", "license": "MIT", "dependencies": { "jeep-sqlite": "^2.7.2" diff --git a/package.json b/package.json index e03f56e..d5c70bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/sqlite", - "version": "6.0.2", + "version": "7.0.0", "description": "Community plugin for native & electron SQLite databases", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",