Skip to content

Commit b4dd31a

Browse files
committed
chore(release): publish
- plpgsql-parse@0.2.0
1 parent 96d4cea commit b4dd31a

3 files changed

Lines changed: 5452 additions & 2715 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
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.0 (2026-04-15)
7+
8+
### Features
9+
10+
- add plpgsql-parse package with comment preservation for PL/pgSQL function bodies ([ca67f75](https://github.com/constructive-io/pgsql-parser/commit/ca67f75e69b9c42635f4a40130bc3fed40fd6a4e))

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": "0.1.0",
3+
"version": "0.2.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Comment and whitespace preserving PL/pgSQL parser",
66
"main": "index.js",

0 commit comments

Comments
 (0)