diff --git a/CHANGELOG.md b/CHANGELOG.md index a19a6a06..fe9e995c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the **kdb VS Code extension** are documented in this file. +# v1.5.2 + +- Local connection listener behaviour fixed (if the connection is closed, the connection will disconnect) +- Return to show console output if results tab isn't visible in case of query execuion +- Linter fixes + # v1.5.1 ### Fixes diff --git a/package-lock.json b/package-lock.json index f899e7a6..35abd593 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kdb", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kdb", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "dependencies": { "@types/graceful-fs": "^4.1.9",