Skip to content

Commit 07e9723

Browse files
committed
v3.3.9
1 parent 96f4a2a commit 07e9723

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.9](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.8...v3.3.9) (2020-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* android handle all data types ([28c0c57](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/28c0c57ab35e43c09d7cca7d6cbd1f269f12ff8d))
12+
* for now allow any typeorm version ([96f4a2a](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/96f4a2a3fbdcac3c3488bfc054ad7e9c218c9c29))
13+
* handle for native objects ([c983906](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/c9839069b35f641218516fd98264ed8fdda0318d))
14+
15+
16+
17+
18+
619
## [3.3.8](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.7...v3.3.8) (2020-11-04)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "3.3.8",
5+
"version": "3.3.9",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.9](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.8...v3.3.9) (2020-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* for now allow any typeorm version ([96f4a2a](https://github.com/TestJG/nativescript-akylas-sqlite/commit/96f4a2a3fbdcac3c3488bfc054ad7e9c218c9c29))
12+
13+
14+
15+
16+
617
## [3.3.8](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.7...v3.3.8) (2020-11-04)
718

819
**Note:** Version bump only for package @akylas/nativescript-sqlite

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akylas/nativescript-sqlite",
3-
"version": "3.3.8",
3+
"version": "3.3.9",
44
"description": "SQLite for Nativescript",
55
"main": "sqlite",
66
"typings": "sqlite.d.ts",

0 commit comments

Comments
 (0)