From c0ce51e0fef387bf0d7c741d9f42cc2aa9881124 Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Tue, 7 Dec 2021 12:37:06 -0500 Subject: [PATCH] release v0.1.1 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f746ebc..f9bff93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ ## IN DEVELOPMENT -## v0.1.0 - [November 9, 2021](https://github.com/lando/docs/releases/tag/v0.1.0) +## v0.1.1 - [December 3, 2021](https://github.com/lando/docs/releases/tag/v0.1.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). -* Initial Release +* Update PHP Docs + +## v0.1.0 - [December 3, 2021](https://github.com/lando/docs/releases/tag/v0.1.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). + +* Initial Release \ No newline at end of file diff --git a/package.json b/package.json index 58e82e8..c45d674 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/docs", "description": "Lando Docs Repo.", - "version": "0.1.0", + "version": "0.1.1", "author": "John Ouellet @labboy0276", "license": "GPL-3.0", "repository": "lando/docs",