Skip to content

Commit 0780506

Browse files
committed
Update version to 0.14.1, update changelog
1 parent 93f21b2 commit 0780506

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.14.1 (04 Jun 2022)
4+
5+
Fixed
6+
7+
1. Fixed bug in the SQL parser that caused queries with `CREATE TRIGGER` to be parsed incorrectely ([#211](https://github.com/AlexCovizzi/vscode-sqlite/issues/211))
8+
39
## 0.14.0 (06 Nov 2021)
410

511
Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"icon": "resources/icon/icon_128x128.png",
44
"displayName": "SQLite",
55
"description": "Explore and query SQLite databases.",
6-
"version": "0.14.0",
6+
"version": "0.14.1",
77
"publisher": "alexcvzz",
88
"repository": {
99
"url": "https://github.com/AlexCovizzi/vscode-sqlite",

0 commit comments

Comments
 (0)