diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd9a9543..23fdbc5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +## v3.23.15 - [December 3, 2024](https://github.com/lando/core/releases/tag/v3.23.15) + * Disabled `DOCKER_CLI_HINTS` on `lando` * Fixed bug causing some `lando exec` and tooling commands from not inheriting terminal columns and lines correctly[#277](https://github.com/lando/core/issues/277) * Fixed bug causing `lando setup` loop on `U Need Setup!` diff --git a/package-lock.json b/package-lock.json index 84865a7b1..1ebef0a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/core", - "version": "3.23.14", + "version": "3.23.15", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 966293112..d907a6d7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/core", "description": "The libraries that power all of Lando.", - "version": "3.23.14", + "version": "3.23.15", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/core", diff --git a/release-aliases/3-EDGE b/release-aliases/3-EDGE index 06ebdaa41..bbf88841d 100644 --- a/release-aliases/3-EDGE +++ b/release-aliases/3-EDGE @@ -1 +1 @@ -v3.23.14 +v3.23.15 diff --git a/release-aliases/3-STABLE b/release-aliases/3-STABLE index 06ebdaa41..bbf88841d 100644 --- a/release-aliases/3-STABLE +++ b/release-aliases/3-STABLE @@ -1 +1 @@ -v3.23.14 +v3.23.15