From a88443b1d06ff1c3b114946cd22f37628a3a043c Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Fri, 17 Dec 2021 14:54:44 -0500 Subject: [PATCH] release v0.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bff93..09450f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## IN DEVELOPMENT +## v0.1.2 - [December 3, 2021](https://github.com/lando/docs/releases/tag/v0.1.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). + +[Various Changes](https://github.com/lando/docs/compare/v0.1.1...v0.1.2) + ## 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). diff --git a/package.json b/package.json index c45d674..abdced4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/docs", "description": "Lando Docs Repo.", - "version": "0.1.1", + "version": "0.1.2", "author": "John Ouellet @labboy0276", "license": "GPL-3.0", "repository": "lando/docs",