We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5e610 commit 8e2786fCopy full SHA for 8e2786f
2 files changed
packages/plpgsql-deparser/CHANGELOG.md
@@ -3,6 +3,10 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+## [0.2.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.2.0...plpgsql-deparser@0.2.1) (2025-12-31)
7
+
8
+**Note:** Version bump only for package plpgsql-deparser
9
10
# 0.2.0 (2025-12-31)
11
12
### Bug Fixes
packages/plpgsql-deparser/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "plpgsql-deparser",
- "version": "0.2.0",
+ "version": "0.2.1",
"author": "Constructive <developers@constructive.io>",
"description": "PL/pgSQL AST Deparser - Converts PL/pgSQL function ASTs back to SQL",
"main": "index.js",
0 commit comments