Skip to content

Commit c2e7ac8

Browse files
committed
Prepare version 1.1.0
1 parent 6ced711 commit c2e7ac8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.prepare-release.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"path": "packages/lib-cordova/plugin.xml",
2525
"type": "version_replace",
2626
"match": "id=\"cordova-digital-onboarding\" version=\"%VERSION%\""
27+
},
28+
{
29+
"description": "Changelog",
30+
"path": "docs/Changelog.md",
31+
"type": "version_verify",
32+
"match": "## %VERSION%"
2733
}
2834
]
2935
}

docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## TBA (Dec, 2025)
3+
## 1.1.0 (Dec, 2025)
44

55
- PowerAuth Cordova SDK dependency now requires v. `4.2.0`.
66
- Process cache is now persistent across app restarts.

packages/lib-cordova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cordova-digital-onboarding",
33
"title": "Digital Onboarding Cordova Plugin",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Wultra Digital Onboarding for Cordova",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/lib-cordova/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-digital-onboarding" version="1.0.0">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-digital-onboarding" version="1.1.0">
33
<name>Digital Onboarding Cordova Plugin</name>
44
<description>Wultra Digital Onboarding for Cordova</description>
55
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)