From ef9ef8b76e791e39506c36805f7ccc53ccf489fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:13:33 +0000 Subject: [PATCH] release v0.9.1 generated by @lando/prepare-release-action --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e20a24..51d20f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/varnish", "description": "A Lando plugin that provides a tight integration with Varnish.", - "version": "0.8.0", + "version": "0.9.1", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/varnish", @@ -17,6 +17,7 @@ "node": ">=16.0.0" }, "bundledDependencies": [ + "@lando/nginx", "lodash" ], "lando": {},