From f331d465b4c5f4e0882374d8105b9eb8c0729065 Mon Sep 17 00:00:00 2001 From: rtfm-47 Date: Fri, 11 Oct 2024 14:27:39 +0000 Subject: [PATCH] release v3.22.1 generated by @lando/prepare-release-action --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc828170..34b7f2dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +## v3.22.1 - [October 11, 2024](https://github.com/lando/core/releases/tag/v3.22.1) + * Added explicit CA install support for `linuxmint` and `endeavouros` [#3749](https://github.com/lando/lando/issues/3749) [#223](https://github.com/lando/core/issues/223) [#225](https://github.com/lando/core/issues/225) * Added fallback method for for installing CA on Linux distros that are based on other supported distros * Switched `cli` update channel back to `cli` for now diff --git a/package-lock.json b/package-lock.json index ab76c5d89..bcdf934e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/core", - "version": "3.22.0", + "version": "3.22.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4484a4f5b..6f4c0ea18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/core", "description": "The libraries that power all of Lando.", - "version": "3.22.0", + "version": "3.22.1", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/core",