diff --git a/clients/js/CHANGELOG.md b/clients/js/CHANGELOG.md index 81ea150d..3eec5895 100644 --- a/clients/js/CHANGELOG.md +++ b/clients/js/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/hyperweb-io/starship/compare/v3.0.0...v3.1.0) (2025-02-01) + +**Note:** Version bump only for package starship-js + # 3.0.0 (2025-01-30) ### Bug Fixes diff --git a/clients/js/lerna.json b/clients/js/lerna.json index c8f0298d..3e0f4424 100644 --- a/clients/js/lerna.json +++ b/clients/js/lerna.json @@ -4,7 +4,7 @@ "npmClient": "yarn", "npmClientArgs": ["--no-lockfile"], "packages": ["packages/*"], - "version": "3.0.0", + "version": "3.1.0", "registry": "https://registry.npmjs.org", "command": { "create": { diff --git a/clients/js/packages/cli/CHANGELOG.md b/clients/js/packages/cli/CHANGELOG.md index 8bac2239..ef444ff5 100644 --- a/clients/js/packages/cli/CHANGELOG.md +++ b/clients/js/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/hyperweb-io/starship/compare/v3.0.0...v3.1.0) (2025-02-01) + +**Note:** Version bump only for package @starship-ci/cli + # 3.0.0 (2025-01-30) **Note:** Version bump only for package @starship-ci/cli diff --git a/clients/js/packages/cli/package.json b/clients/js/packages/cli/package.json index b1b8be2e..9bb0665d 100644 --- a/clients/js/packages/cli/package.json +++ b/clients/js/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@starship-ci/cli", - "version": "3.0.0", + "version": "3.1.0", "author": "Dan Lynch ", "description": "Starship CLI", "main": "index.js", @@ -55,7 +55,7 @@ "@types/js-yaml": "^4.0.9" }, "dependencies": { - "@starship-ci/client": "^3.0.0", + "@starship-ci/client": "^3.1.0", "chalk": "^4.1.0", "deepmerge": "^4.3.1", "inquirerer": "^1.9.0", diff --git a/clients/js/packages/client/CHANGELOG.md b/clients/js/packages/client/CHANGELOG.md index 24692338..4b451bce 100644 --- a/clients/js/packages/client/CHANGELOG.md +++ b/clients/js/packages/client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/hyperweb-io/starship/compare/v3.0.0...v3.1.0) (2025-02-01) + +**Note:** Version bump only for package @starship-ci/client + # 3.0.0 (2025-01-30) ### Features diff --git a/clients/js/packages/client/package.json b/clients/js/packages/client/package.json index e8759f1d..24c899ef 100644 --- a/clients/js/packages/client/package.json +++ b/clients/js/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@starship-ci/client", - "version": "3.0.0", + "version": "3.1.0", "author": "Dan Lynch ", "description": "Starship CI Client", "main": "index.js",