diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3bd0018..4532601 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.14.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.13.2...@launchql/proto-cli@1.14.0) (2024-03-31) + +**Note:** Version bump only for package @launchql/proto-cli + + + + + ## [1.13.2](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.13.1...@launchql/proto-cli@1.13.2) (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 ba80594..c40d73a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/proto-cli", - "version": "1.13.2", + "version": "1.14.0", "description": "The LaunchQL PG Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme", @@ -80,7 +80,7 @@ "glob": "8.0.3", "minimist": "1.2.8", "mkdirp": "3.0.1", - "pg-proto-parser": "^1.12.2", - "nested-obj": "^0.0.1" + "nested-obj": "^0.0.1", + "pg-proto-parser": "^1.13.0" } } diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index fc5193a..cb59d99 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.13.0](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@1.12.2...pg-proto-parser@1.13.0) (2024-03-31) + +**Note:** Version bump only for package pg-proto-parser + + + + + ## [1.12.2](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@1.12.1...pg-proto-parser@1.12.2) (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 ea7b914..8ed032f 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "pg-proto-parser", - "version": "1.12.2", + "version": "1.13.0", "description": "The LaunchQL Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme",