Skip to content

Commit ff21b71

Browse files
committed
chore(release): publish
- plpgsql-deparser@18.1.2 - plpgsql-parse@18.1.2 - plpgsql-parser@18.1.2
1 parent 792dcf3 commit ff21b71

6 files changed

Lines changed: 17 additions & 3 deletions

File tree

‎packages/plpgsql-deparser/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.1.2](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@18.1.1...plpgsql-deparser@18.1.2) (2026-07-22)
7+
8+
### Bug Fixes
9+
10+
- **plpgsql-deparser:** emit ALIAS FOR declarations from parser alias metadata ([b6ffee2](https://github.com/constructive-io/pgsql-parser/commit/b6ffee2a72c5eae56fbf02493ee04521fd71d9af))
11+
612
## [18.1.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@18.1.0...plpgsql-deparser@18.1.1) (2026-07-21)
713

814
### Bug Fixes

‎packages/plpgsql-deparser/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-deparser",
3-
"version": "18.1.1",
3+
"version": "18.1.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PL/pgSQL AST Deparser - Converts PL/pgSQL function ASTs back to SQL",
66
"main": "index.js",

‎packages/plpgsql-parse/CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.1.2](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parse@18.1.1...plpgsql-parse@18.1.2) (2026-07-22)
7+
8+
**Note:** Version bump only for package plpgsql-parse
9+
610
## [18.1.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parse@18.1.0...plpgsql-parse@18.1.1) (2026-07-21)
711

812
**Note:** Version bump only for package plpgsql-parse

‎packages/plpgsql-parse/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-parse",
3-
"version": "18.1.1",
3+
"version": "18.1.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Comment and whitespace preserving PL/pgSQL parser",
66
"main": "index.js",

‎packages/plpgsql-parser/CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.1.2](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@18.1.1...plpgsql-parser@18.1.2) (2026-07-22)
7+
8+
**Note:** Version bump only for package plpgsql-parser
9+
610
## [18.1.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@18.1.0...plpgsql-parser@18.1.1) (2026-07-21)
711

812
### Bug Fixes

‎packages/plpgsql-parser/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-parser",
3-
"version": "18.1.1",
3+
"version": "18.1.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Combined SQL + PL/pgSQL parser with hydrated ASTs and transform API",
66
"main": "index.js",

0 commit comments

Comments
 (0)