diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ade48e8..ac89295 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.25.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.24.0...@launchql/proto-cli@1.25.0) (2024-05-03) + +**Note:** Version bump only for package @launchql/proto-cli + + + + + # [1.24.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.23.2...@launchql/proto-cli@1.24.0) (2024-05-02) **Note:** Version bump only for package @launchql/proto-cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 9280a52..0bfd0a5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/proto-cli", - "version": "1.24.0", + "version": "1.25.0", "description": "The LaunchQL PG Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme",