Skip to content

Commit a46a594

Browse files
chore(release): raise version to 2.0.10
1 parent 2ee7bb4 commit a46a594

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.0.10] - 2021-11-04
9+
### Fixes
10+
- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper
11+
812
## [2.0.9] - 2020-12-07
913
### Changes
1014
- Update version of cordova-plugin-secure-storage to 2.6.8-OS6
@@ -64,7 +68,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6468
### Additions
6569
- Updates cordova-sqlcipher-adapter to version 0.1.7-os.3 [RNMT-2530](https://outsystemsrd.atlassian.net/browse/RNMT-2530)
6670

67-
[Unreleased]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.8...HEAD
71+
[Unreleased]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.10...HEAD
72+
[2.0.10]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.9...2.0.10
73+
[2.0.9]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.8...2.0.9
6874
[2.0.8]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.7...2.0.8
6975
[2.0.7]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.6...2.0.7
7076
[2.0.6]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.5...2.0.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.SecureSQLiteBundle",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform",
55
"cordova": {
66
"id": "com.outsystems.plugins.SecureSQLiteBundle",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="com.outsystems.plugins.SecureSQLiteBundle"
5-
version="2.0.9">
5+
version="2.0.10">
66

77
<name>Cordova OutSystems secure SQLite bundle</name>
88
<license>MIT</license>

0 commit comments

Comments
 (0)