Skip to content

Commit 5776adb

Browse files
committed
chore(release): publish
- plpgsql-deparser@0.4.1 - plpgsql-parser@0.2.2
1 parent d717910 commit 5776adb

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

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+
## [0.4.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.4.0...plpgsql-deparser@0.4.1) (2026-01-03)
7+
8+
### Bug Fixes
9+
10+
- **plpgsql-deparser:** indent all lines of multi-line statements ([36dd819](https://github.com/constructive-io/pgsql-parser/commit/36dd819c39fb193fbc90797bba7d144beae0bdbe))
11+
612
# [0.4.0](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.3.0...plpgsql-deparser@0.4.0) (2026-01-01)
713

814
### Features

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.4.0",
3+
"version": "0.4.1",
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.2.2](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@0.2.1...plpgsql-parser@0.2.2) (2026-01-03)
7+
8+
**Note:** Version bump only for package plpgsql-parser
9+
610
## [0.2.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@0.2.0...plpgsql-parser@0.2.1) (2026-01-01)
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.2.1",
3+
"version": "0.2.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)