From 6a30aa943237da152192dbd1c82023100e7edb21 Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Wed, 30 Mar 2022 13:13:59 -0400 Subject: [PATCH] release v0.5.2 --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0cb0c5..29a937a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## IN DEVELOPMENT +## v0.5.2 - [March 30, 2022](https://github.com/lando/laravel/releases/tag/v0.5.2) + +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). + +* Adjusted the `laravel/installer` version to the corresponding PHP version [#9](https://github.com/lando/laravel/issues/9) + ## v0.5.1 - [January 10, 2022](https://github.com/lando/laravel/releases/tag/v0.5.1) 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). diff --git a/package.json b/package.json index 536fd4d..dde5443 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/laravel", "description": "A Lando plugin that provides a tight integration with Laravel.", - "version": "0.5.1", + "version": "0.5.2", "author": "John Ouellet @labboy0276", "license": "GPL-3.0", "repository": "lando/laravel", @@ -58,4 +58,4 @@ "version-bump-prompt": "^4.2.1", "vuepress": "^2.0.0-beta.35" } -} +} \ No newline at end of file