diff --git a/CHANGELOG.md b/CHANGELOG.md index e47b186..2f4e99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +## v3.4.4 - [November 4, 2024](https://github.com/lando/setup-lando/releases/tag/v3.4.4) + * Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.18](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.18) ## v3.4.3 - [November 1, 2024](https://github.com/lando/setup-lando/releases/tag/v3.4.3) diff --git a/dist/index.js b/dist/index.js index d930ee4..c30f6b8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -46569,7 +46569,7 @@ var __webpack_exports__ = {}; "use strict"; -let SCRIPT_VERSION; +const SCRIPT_VERSION = 'v3.4.4'; const core = __nccwpck_require__(7484); const exec = __nccwpck_require__(5236); diff --git a/dist/setup-lando.ps1 b/dist/setup-lando.ps1 index 6ec1b16..4f97d20 100755 --- a/dist/setup-lando.ps1 +++ b/dist/setup-lando.ps1 @@ -51,7 +51,7 @@ if ($env:LANDO_VERSION -ne $null -and $env:LANDO_VERSION -ne "" -and $Version -e $Version = $env:LANDO_VERSION } -$SCRIPT_VERSION = $null +$SCRIPT_VERSION = "v3.4.4" $LANDO_DEFAULT_MV = "3" $LANDO_SETUP_PS1_URL = "https://get.lando.dev/setup-lando.ps1" $LANDO_SETUP_SH_URL = "https://get.lando.dev/setup-lando.sh" diff --git a/dist/setup-lando.sh b/dist/setup-lando.sh index 0c4eb64..ca071ea 100755 --- a/dist/setup-lando.sh +++ b/dist/setup-lando.sh @@ -1,3 +1,4 @@ +SCRIPT_VERSION="v3.4.4" #!/bin/bash set -u # Lando POSIX setup script. diff --git a/package-lock.json b/package-lock.json index 0fca339..6c55395 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/setup-lando", - "version": "3.4.3", + "version": "3.4.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 0133a7d..57d8701 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/setup-lando", "description": "GitHub Action to setup Lando on GitHub Actions.", - "version": "3.4.3", + "version": "3.4.4", "author": "Mike Pirog @pirog", "main": "setup-lando.js", "license": "GPL-3.0",