Skip to content

Commit 409daf3

Browse files
committed
v3.3.11
1 parent 14476bb commit 409daf3

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.11](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.10...v3.3.11) (2020-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* another fix for typeorm ([3f25614](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/3f25614e9d60d78f3a1dbc42b699b93dc8c7a616))
12+
* transaction is async ([0ec1ced](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/0ec1cedc74be5145e48fb454980d7fe406a45170))
13+
14+
15+
16+
17+
618
## [3.3.10](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.9...v3.3.10) (2020-11-11)
719

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

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.10",
5+
"version": "3.3.11",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.10...v3.3.11) (2020-11-26)
7+
8+
**Note:** Version bump only for package @akylas/nativescript-sqlite
9+
10+
11+
12+
13+
614
## [3.3.10](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.9...v3.3.10) (2020-11-11)
715

816
**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.10",
3+
"version": "3.3.11",
44
"description": "SQLite for Nativescript",
55
"main": "sqlite",
66
"typings": "sqlite.d.ts",

0 commit comments

Comments
 (0)