Skip to content

Commit 364f639

Browse files
chore(release): 7.2.12
1 parent af1de2d commit 364f639

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [7.2.12](https://github.com/Cap-go/capacitor-data-storage-sqlite/compare/7.2.11...7.2.12) (2025-10-29)
6+
7+
8+
### Bug Fixes
9+
10+
* version ([af1de2d](https://github.com/Cap-go/capacitor-data-storage-sqlite/commit/af1de2d0091b572f9311a89c01fca18202637bf6))
11+
512
## [7.2.11](https://github.com/Cap-go/capacitor-data-storage-sqlite/compare/7.2.10...7.2.11) (2025-10-29)
613

714

android/src/main/java/com/jeep/plugin/capacitor/capgocapacitordatastoragesqlite/CapgoCapacitorDataStorageSqlitePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@CapacitorPlugin(name = "CapgoCapacitorDataStorageSqlite")
1212
public class CapgoCapacitorDataStorageSqlitePlugin extends Plugin {
1313

14-
private final String PLUGIN_VERSION = "7.2.11";
14+
private final String PLUGIN_VERSION = "7.2.12";
1515

1616
private CapgoCapacitorDataStorageSqlite implementation;
1717
private RetHandler rHandler = new RetHandler();

ios/Sources/CapgoCapacitorDataStorageSqlitePlugin/CapgoCapacitorDataStorageSqlitePlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Capacitor
55
// swiftlint:disable type_body_length
66
@objc(CapgoCapacitorDataStorageSqlitePlugin)
77
public class CapgoCapacitorDataStorageSqlitePlugin: CAPPlugin, CAPBridgedPlugin {
8-
private let PLUGIN_VERSION: String = "7.2.11"
8+
private let PLUGIN_VERSION: String = "7.2.12"
99
public let identifier = "CapgoCapacitorDataStorageSqlitePlugin"
1010
public let jsName = "CapgoCapacitorDataStorageSqlite"
1111
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-data-storage-sqlite",
3-
"version": "7.2.11",
3+
"version": "7.2.12",
44
"description": "SQLite Storage of key/value strings pair",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)