Skip to content

Commit 5fa6dc3

Browse files
committed
chore(release): publish new version 3.5.1
1 parent 4557f20 commit 5fa6dc3

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.1](https://github.com/nativescript-community/sqlite/compare/v3.5.0...v3.5.1) (2024-07-17)
7+
8+
### Features
9+
10+
* new `wrapDb` method to use existing native database ([b0ea41d](https://github.com/nativescript-community/sqlite/commit/b0ea41da36b024c636d10fce16f57eba0934ef9c))
11+
612
# [3.5.0](https://github.com/nativescript-community/sqlite/compare/v3.4.2...v3.5.0) (2024-01-03)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.5.0",
2+
"version": "3.5.1",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/sqlite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.1](https://github.com/nativescript-community/sqlite/compare/v3.5.0...v3.5.1) (2024-07-17)
7+
8+
**Note:** Version bump only for package @nativescript-community/sqlite
9+
610
# [3.5.0](https://github.com/nativescript-community/sqlite/compare/v3.4.2...v3.5.0) (2024-01-03)
711

812
### Features

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

0 commit comments

Comments
 (0)