Skip to content

Commit 9bf2325

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent 079b5e8 commit 9bf2325

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

packages/deparser/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [13.6.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.6.0) (2023-12-15)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
10+
11+
12+
13+
614
# [13.5.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.5.0) (2023-12-15)
715

816
**Note:** Version bump only for package pgsql-deparser

packages/deparser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "13.5.0",
3+
"version": "13.6.0",
44
"description": "PostgreSQL AST Deparser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-prettier": "^3.1.2",
6666
"glob": "7.1.6",
6767
"jest": "^25.1.0",
68-
"pgsql-parser": "^13.6.0",
68+
"pgsql-parser": "^13.7.0",
6969
"prettier": "^2.1.2",
7070
"regenerator-runtime": "^0.13.2"
7171
},

packages/parser/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [13.7.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.7.0) (2023-12-15)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
10+
11+
12+
13+
614
# [13.6.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.6.0) (2023-12-15)
715

816
**Note:** Version bump only for package pgsql-parser

packages/parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "13.6.0",
3+
"version": "13.7.0",
44
"description": "The real PostgreSQL query parser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",
@@ -74,7 +74,7 @@
7474
"@babel/runtime": "^7.11.2",
7575
"libpg-query": "13.3.1",
7676
"minimist": "^1.2.6",
77-
"pgsql-deparser": "^13.5.0",
77+
"pgsql-deparser": "^13.6.0",
7878
"pgsql-enums": "^13.2.0"
7979
}
8080
}

0 commit comments

Comments
 (0)