From 4d2539eea76015faf56873a50e5fc3498d1d09b9 Mon Sep 17 00:00:00 2001 From: rtfm-47 Date: Tue, 29 Oct 2024 17:35:16 +0000 Subject: [PATCH] release v1.9.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 a5ebd61..2233d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +## v1.9.1 - [October 29, 2024](https://github.com/lando/drupal/releases/tag/v1.9.1) + * Released to update critically broken docs ## v1.9.0 - [October 25, 2024](https://github.com/lando/drupal/releases/tag/v1.9.0) diff --git a/package-lock.json b/package-lock.json index 03735de..3e867fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/drupal", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c973c05..73cc6a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/drupal", "description": "A Lando plugin that provides a tight integration with Drupal.", - "version": "1.9.0", + "version": "1.9.1", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/drupal",