From 2a9f2261049345fb0c08ea28e7a094cf3a4635b7 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 30 Mar 2024 02:30:39 -0700 Subject: [PATCH] chore(release): publish - @launchql/proto-cli@1.6.0 - pg-proto-parser@1.5.0 --- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/parser/CHANGELOG.md | 8 ++++++++ packages/parser/package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 66c21a7..6fe66f6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.5.1...@launchql/proto-cli@1.6.0) (2024-03-30) + +**Note:** Version bump only for package @launchql/proto-cli + + + + + ## [1.5.1](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.5.0...@launchql/proto-cli@1.5.1) (2024-03-30) **Note:** Version bump only for package @launchql/proto-cli diff --git a/packages/cli/package.json b/packages/cli/package.json index bac2fca..62a7d31 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/proto-cli", - "version": "1.5.1", + "version": "1.6.0", "description": "The LaunchQL PG Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme", @@ -80,6 +80,6 @@ "glob": "8.0.3", "minimist": "1.2.8", "mkdirp": "3.0.1", - "pg-proto-parser": "^1.4.1" + "pg-proto-parser": "^1.5.0" } } diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index c35b10c..eaad209 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@1.4.1...pg-proto-parser@1.5.0) (2024-03-30) + +**Note:** Version bump only for package pg-proto-parser + + + + + ## [1.4.1](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@1.4.0...pg-proto-parser@1.4.1) (2024-03-30) **Note:** Version bump only for package pg-proto-parser diff --git a/packages/parser/package.json b/packages/parser/package.json index 29aeb42..90dd2fa 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "pg-proto-parser", - "version": "1.4.1", + "version": "1.5.0", "description": "The LaunchQL Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme",