Skip to content

Commit 4cd0fff

Browse files
committed
chore(release): publish
- plpgsql-deparser@0.5.4 - plpgsql-parser@0.3.5
1 parent f278def commit 4cd0fff

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

packages/plpgsql-deparser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [0.5.4](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.5.3...plpgsql-deparser@0.5.4) (2026-01-06)
7+
8+
### Bug Fixes
9+
10+
- **plpgsql-deparser:** fix PERFORM, INTO, and recfield bugs ([f791150](https://github.com/constructive-io/pgsql-parser/commit/f791150696d703e591afc3411886d598d51ecff1))
11+
- **plpgsql-deparser:** normalize whitespace after INTO insertion ([2769aa6](https://github.com/constructive-io/pgsql-parser/commit/2769aa67f12047abd9dee38ef0a350f2613f15c5))
12+
613
## [0.5.3](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.5.2...plpgsql-deparser@0.5.3) (2026-01-06)
714

815
### 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": "0.5.3",
3+
"version": "0.5.4",
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-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+
## [0.3.5](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@0.3.4...plpgsql-parser@0.3.5) (2026-01-06)
7+
8+
**Note:** Version bump only for package plpgsql-parser
9+
610
## [0.3.4](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@0.3.3...plpgsql-parser@0.3.4) (2026-01-06)
711

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

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": "0.3.4",
3+
"version": "0.3.5",
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)