diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b298e6f..4b53e06 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. +# [0.2.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@0.1.0...@launchql/proto-cli@0.2.0) (2024-03-30) + +**Note:** Version bump only for package @launchql/proto-cli + + + + + # [0.1.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@0.0.5...@launchql/proto-cli@0.1.0) (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 2047a3c..56a6662 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/proto-cli", - "version": "0.1.0", + "version": "0.2.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": "^0.1.0" + "pg-proto-parser": "^0.2.0" } } diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 6cc9fe1..c37165b 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. +# [0.2.0](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@0.1.0...pg-proto-parser@0.2.0) (2024-03-30) + +**Note:** Version bump only for package pg-proto-parser + + + + + # [0.1.0](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@0.0.4...pg-proto-parser@0.1.0) (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 62fdb4c..c3545f9 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "pg-proto-parser", - "version": "0.1.0", + "version": "0.2.0", "description": "The LaunchQL Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme",