diff --git a/ci/cli/CHANGELOG.md b/ci/cli/CHANGELOG.md index 1995848..34230e7 100644 --- a/ci/cli/CHANGELOG.md +++ b/ci/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.5.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.5...@starship-ci/cli@1.5.0) (2024-05-01) + +**Note:** Version bump only for package @starship-ci/cli + + + + + ## [1.4.5](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.4...@starship-ci/cli@1.4.5) (2024-04-23) **Note:** Version bump only for package @starship-ci/cli diff --git a/ci/cli/package.json b/ci/cli/package.json index 4eac84f..1961596 100644 --- a/ci/cli/package.json +++ b/ci/cli/package.json @@ -1,6 +1,6 @@ { "name": "@starship-ci/cli", - "version": "1.4.5", + "version": "1.5.0", "author": "Dan Lynch ", "description": "Starship CLI", "main": "index.js", @@ -52,7 +52,7 @@ "@types/js-yaml": "^4.0.9" }, "dependencies": { - "@starship-ci/client": "^1.2.4", + "@starship-ci/client": "^1.3.0", "chalk": "^4.1.0", "deepmerge": "^4.3.1", "inquirerer": "^1.9.0", diff --git a/ci/client/CHANGELOG.md b/ci/client/CHANGELOG.md index 8f38221..61d19b2 100644 --- a/ci/client/CHANGELOG.md +++ b/ci/client/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.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.4...@starship-ci/client@1.3.0) (2024-05-01) + +**Note:** Version bump only for package @starship-ci/client + + + + + ## [1.2.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.3...@starship-ci/client@1.2.4) (2024-04-23) **Note:** Version bump only for package @starship-ci/client diff --git a/ci/client/package.json b/ci/client/package.json index 945db99..36fcd15 100644 --- a/ci/client/package.json +++ b/ci/client/package.json @@ -1,6 +1,6 @@ { "name": "@starship-ci/client", - "version": "1.2.4", + "version": "1.3.0", "author": "Dan Lynch ", "description": "Starship CI Client", "main": "index.js",