Skip to content

Commit ee90e2f

Browse files
committed
v3.3.12
1 parent 8c8df3a commit ee90e2f

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

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.12](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.11...v3.3.12) (2021-05-04)
7+
8+
9+
### Features
10+
11+
* Correctly transform ArrayBuffer to write in DB ([1fab926](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/1fab926081c5e086bb602d9036a82adc26c9156c))
12+
13+
14+
15+
16+
617
## [3.3.11](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.10...v3.3.11) (2020-11-26)
718

819

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.11",
5+
"version": "3.3.12",
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.12](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.11...v3.3.12) (2021-05-04)
7+
8+
**Note:** Version bump only for package @akylas/nativescript-sqlite
9+
10+
11+
12+
13+
614
## [3.3.11](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.10...v3.3.11) (2020-11-26)
715

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

plugin/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@akylas/nativescript-sqlite",
3-
"version": "3.3.11",
3+
"version": "3.3.12",
44
"description": "SQLite for Nativescript",
55
"main": "sqlite",
66
"typings": "sqlite.d.ts",
77
"sideEffects": false,
8-
"scripts": {
9-
},
8+
"scripts": {},
109
"nativescript": {
1110
"platforms": {
1211
"android": "6.2.0",
@@ -30,7 +29,6 @@
3029
"homepage": "https://github.com/TestJG/nativescript-akylas-sqlite",
3130
"readmeFilename": "README.md",
3231
"repository": "TestJG/nativescript-akylas-sqlite",
33-
3432
"peerDependencies": {
3533
"@nano-sql/core": "^2.3.7",
3634
"@nativescript-community/typeorm": "0.2.28-1"

0 commit comments

Comments
 (0)