Skip to content

Commit a76e139

Browse files
committed
docs: v1.11.2
1 parent e47427a commit a76e139

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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.11.2]
9+
10+
### Fix
11+
12+
Attribute was not rendered if it does not have `alias` member set.
13+
814
## [1.11.1]
915

1016
### Added

README.md

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

287287
## Release Notes
288288

289+
## 1.11.2
290+
291+
Fix invalid attribute rendering if it does not have `alias` member set.
292+
289293
## 1.11.1
290294

291295
Search `context` or `cxt` variable in walkers/mutators to find `rtable` and render attributes in `Expr` variables.

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
@@ -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.11.1",
5+
"version": "1.11.2",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)