From cd27d1cce9a2d0f5ae265df37c7f5c0b3c05ffe8 Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Thu, 6 Jan 2022 16:09:33 -0500 Subject: [PATCH] release v0.5.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f95a9..5df1328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## IN DEVELOPMENT -## v0.0.0 - [November 9, 2021](https://github.com/lando/plugin-template/releases/tag/v0.0.0) +## v0.5.0 - [January 6, 2022](https://github.com/lando/varnish/releases/tag/v0.5.0) Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando). -* Bullet Points +* Initial Release diff --git a/package.json b/package.json index dfaea5f..8548367 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.4.9", + "version": "0.5.0", "author": "John Ouellet @labboy0276", "license": "GPL-3.0", "repository": "lando/varnish",