Skip to content

Commit

Permalink
v0.21.x: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr committed Dec 13, 2019
1 parent 48bb8f6 commit 45b4eb5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ route: /changelog

## v0.21

### v0.21.5 - (December 12, 2019)

* **Fix**
* Fix wrong checking in production code. See commit [48bb8f6](https://github.com/mtxr/vscode-sqltools/commit/48bb8f62244efea545876377e1ec0697b821363f)

### v0.21.4 - (December 12, 2019)

* **Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools",
"displayName": "SQLTools - Database tools",
"description": "Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero!",
"version": "0.21.4",
"version": "0.21.5",
"publisher": "mtxr",
"license": "MIT",
"main": "../dist/extension.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/core",
"version": "0.21.4",
"version": "0.21.5",
"description": "SQLTools Core Files",
"main": "index.ts",
"author": "Matheus Teixeira <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sqltools/extension",
"displayName": "SQLTools - Database tools",
"description": "Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero!",
"version": "0.21.4",
"version": "0.21.5",
"publisher": "mtxr",
"license": "MIT",
"preview": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/language-server",
"version": "0.21.4",
"version": "0.21.5",
"description": "SQLTools Language Server",
"main": "index.ts",
"author": "Matheus Teixeira <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/plugins",
"version": "0.21.4",
"version": "0.21.5",
"description": "SQLTools Plugins",
"author": "Matheus Teixeira <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/ui",
"version": "0.21.4",
"version": "0.21.5",
"description": "UI components for SQLTools",
"main": "noop.ts",
"author": "Matheus Teixeira <[email protected]>",
Expand Down

0 comments on commit 45b4eb5

Please sign in to comment.