Skip to content

Commit 59fe6bc

Browse files
committed
docs: v1.8.1
1 parent e595f34 commit 59fe6bc

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.8.1]
9+
10+
### Fix
11+
12+
`Dump Node to stdout` command not worked, because `frameId` not passed for evaluation.
13+
814
## [1.8.0]
915

1016
### Added

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ Known issues:
263263

264264
## Release Notes
265265

266+
### 1.8.1
267+
268+
Fix `Dump Node to stdout` not working.
269+
266270
### 1.8.0
267271

268272
Add variable from PG Variables to Watch view.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgresql-hacker-helper",
33
"displayName": "PostgreSQL Hacker Helper",
44
"description": "Extension to assist Postgres hackers - source code developers",
5-
"version": "1.8.0",
5+
"version": "1.8.1",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)