From 06e2c7c28a6222fde24ac3dce310f71556ff0605 Mon Sep 17 00:00:00 2001 From: rtfm-47 Date: Tue, 10 Dec 2024 19:48:07 +0000 Subject: [PATCH] release v1.9.0 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 a324903..5943411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +## v1.9.0 - [December 10, 2024](https://github.com/lando/pantheon/releases/tag/v1.9.0) + * Optimized for `midcore` * Removed unneeded deps `bluebird`, `dayjs`, and `winston` * Removed unneeded plugins `@lando/mssql`, `@lando/mysql` and `@lando/postgres` diff --git a/package-lock.json b/package-lock.json index f1baa3e..64ea2f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/pantheon", - "version": "1.8.3", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 74006af..47bcb75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/pantheon", "description": "A Lando plugin that provides a tight integration with Pantheon.", - "version": "1.8.3", + "version": "1.9.0", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/pantheon",