diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9fb48f8..ef9890e 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.0.1](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.0.0...@launchql/proto-cli@1.0.1) (2024-03-30) + +**Note:** Version bump only for package @launchql/proto-cli + + + + + # [1.0.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@0.3.0...@launchql/proto-cli@1.0.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 0599f45..bad671d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/proto-cli", - "version": "1.0.0", + "version": "1.0.1", "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.0.0" + "pg-proto-parser": "^1.0.1" } } diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index eff9bde..09d659c 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.0.1](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@1.0.0...pg-proto-parser@1.0.1) (2024-03-30) + +**Note:** Version bump only for package pg-proto-parser + + + + + # [1.0.0](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@0.2.0...pg-proto-parser@1.0.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 6fe5762..9bb9f95 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "pg-proto-parser", - "version": "1.0.0", + "version": "1.0.1", "description": "The LaunchQL Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme",