Skip to content

Commit

Permalink
release v3.2.2 generated by @lando/prepare-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfm-47 committed May 17, 2024
1 parent 53a726b commit 13e6d98
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

## v3.2.2 - [May 17, 2024](https://github.com/lando/setup-lando/releases/tag/v3.2.2)

* Fixed `windows` setup script passing incorrect parameter to `wsl` setup script [#46](https://github.com/lando/setup-lando/issues/44)

## v3.2.1 - [May 15, 2024](https://github.com/lando/setup-lando/releases/tag/v3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47778,7 +47778,7 @@ var __webpack_exports__ = {};
"use strict";


const SCRIPT_VERSION = 'v3.2.1';
const SCRIPT_VERSION = 'v3.2.2';

const core = __nccwpck_require__(2186);
const exec = __nccwpck_require__(1514);
Expand Down
4 changes: 2 additions & 2 deletions dist/setup-lando.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ param(
[switch]$Help
)

$SCRIPT_VERSION = "v3.2.1"
$SCRIPT_VERSION = "v3.2.2"
$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"
Expand Down Expand Up @@ -473,7 +473,7 @@ function Install-LandoInWSL {
$setupParams += "--debug"
}
if ($Arch) {
$setupParams += "--Arch=$Arch"
$setupParams += "--arch=$Arch"
}
if ($Fat) {
$setupParams += "--fat"
Expand Down
2 changes: 1 addition & 1 deletion dist/setup-lando.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SCRIPT_VERSION="v3.2.1"
SCRIPT_VERSION="v3.2.2"
#!/bin/bash
set -u
# Lando POSIX setup script.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lando/setup-lando",
"description": "GitHub Action to setup Lando on GitHub Actions.",
"version": "3.2.1",
"version": "3.2.2",
"author": "Mike Pirog @pirog",
"main": "setup-lando.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit 13e6d98

Please sign in to comment.