Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 29, 2020
1 parent db275c1 commit 15fa0f5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 130,
"semi": true,
"tabWidth": 4,
"singleQuote": true
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.4...v3.0.5) (2020-05-29)


### Bug Fixes

* nano sql fi ([db275c1](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/db275c12bf0042c0e7e790978acd63af3873b7f4))





## [3.0.4](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.3...v3.0.4) (2020-05-29)

**Note:** Version bump only for package nativescript-akylas-sqlite
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "3.0.4",
"version": "3.0.5",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.4...v3.0.5) (2020-05-29)

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





## [3.0.4](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.3...v3.0.4) (2020-05-29)

**Note:** Version bump only for package nativescript-akylas-sqlite
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-akylas-sqlite",
"version": "3.0.4",
"version": "3.0.5",
"description": "SQLite for Nativescript",
"main": "sqlite",
"typings": "sqlite.d.ts",
Expand Down

0 comments on commit 15fa0f5

Please sign in to comment.