Skip to content

Commit f7c54e1

Browse files
committed
v3.4.2
1 parent b81824d commit f7c54e1

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
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.4.2](https://github.com/nativescript-community/sqlite/compare/v3.4.1...v3.4.2) (2023-04-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage ([8ae5291](https://github.com/nativescript-community/sqlite/commit/8ae52917baed61dec106d9f328f57a8791c79f87))
12+
13+
14+
15+
16+
617
## [3.4.1](https://github.com/nativescript-community/sqlite/compare/v3.4.0...v3.4.1) (2022-02-01)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.1",
2+
"version": "3.4.2",
33
"packages": [
44
"packages/*"
55
],

packages/sqlite/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.4.2](https://github.com/nativescript-community/sqlite/compare/v3.4.1...v3.4.2) (2023-04-30)
7+
8+
**Note:** Version bump only for package @nativescript-community/sqlite
9+
10+
11+
12+
13+
614
## [3.4.1](https://github.com/nativescript-community/sqlite/compare/v3.4.0...v3.4.1) (2022-02-01)
715

816

packages/sqlite/package.json

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

0 commit comments

Comments
 (0)