Skip to content

Commit 6571608

Browse files
committed
chore(release): publish
- pgsql-parse@0.2.0
1 parent 75acdc2 commit 6571608

File tree

3 files changed

+5457
-2713
lines changed

3 files changed

+5457
-2713
lines changed

packages/parse/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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-09)
7+
8+
### Bug Fixes
9+
10+
- add README.md for pgsql-parse package (fixes build) ([7fd2072](https://github.com/constructive-io/pgsql-parser/commit/7fd20722bef83a589ba27d4452fbf6cfed6fac22))
11+
- preserve trailing comments on the same line as their statement ([62a1e45](https://github.com/constructive-io/pgsql-parser/commit/62a1e45f1ad399a7dcabbaba6a0084f6c1d25cff))
12+
- revert pnpm patch, use inline JSON fix for scanSync upstream bug ([e1ea118](https://github.com/constructive-io/pgsql-parser/commit/e1ea1186535d57de975fe5cba64474f017d12fc2))
13+
14+
### Features
15+
16+
- add pgsql-parse package with comment and whitespace preservation ([84eac19](https://github.com/constructive-io/pgsql-parser/commit/84eac19e74664444a8db23b5335f3f7d551cca38))
17+
- hoist mid-statement comments above their enclosing statement ([048caae](https://github.com/constructive-io/pgsql-parser/commit/048caae0a7640a69d9720c1da5581ba379622b29))

packages/parse/package.json

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

0 commit comments

Comments
 (0)