Skip to content

Commit 7bc41df

Browse files
Bump version to 17.2.0 and update README for publication
- Increment minor version from 17.1.1 to 17.2.0 in package.json - Update version table in README to reflect new version - Package is now publish-ready with comprehensive WASM-only documentation Co-Authored-By: Dan Lynch <[email protected]>
1 parent b6c8044 commit 7bc41df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Our latest is built with `17-latest` branch from libpg_query
205205

206206
| PG Major Version | libpg_query | Branch | npm
207207
|--------------------------|-------------|------------------------------------------------------------------------------------------------|---------|
208-
| 17 | 17-latest | [`17-latest`](https://github.com/launchql/libpg-query-node/tree/17-latest) | [`libpg-query@17.1.1`](https://www.npmjs.com/package/libpg-query/v/latest)
208+
| 17 | 17-latest | [`17-latest`](https://github.com/launchql/libpg-query-node/tree/17-latest) | [`libpg-query@17.2.0`](https://www.npmjs.com/package/libpg-query/v/latest)
209209
| 16 | 16-latest | [`16-latest`](https://github.com/launchql/libpg-query-node/tree/16-latest) | [`[email protected]`](https://www.npmjs.com/package/libpg-query/v/16.2.0)
210210
| 15 | 15-latest | [`15-latest`](https://github.com/launchql/libpg-query-node/tree/15-latest) | [`[email protected]`](https://www.npmjs.com/package/libpg-query/v/15.1.0)
211211
| 14 | 14-latest | [`14-latest`](https://github.com/launchql/libpg-query-node/tree/14-latest) | [`[email protected]`](https://www.npmjs.com/package/libpg-query/v/14.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libpg-query",
3-
"version": "17.1.1",
3+
"version": "17.2.0",
44
"description": "The real PostgreSQL query parser",
55
"homepage": "https://github.com/launchql/libpg-query-node",
66
"main": "index.js",

0 commit comments

Comments
 (0)