From 66202176f81f5c07936e99dd7cff6c2bd8cd8957 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Oct 2022 18:51:16 +0000 Subject: [PATCH] :bookmark: Release v1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.3.0](https://github.com/size-up/docs/compare/v1.2.0...v1.3.0) (2022-10-21) ## ✨ Introduce new features - [`e112d3c`](https://github.com/size-up/docs/commit/e112d3c) Search offline/local plugin ## 🔧 Add or update configuration files - [`85c9c71`](https://github.com/size-up/docs/commit/85c9c71) Add Visual Studio Code launch config. [skip ci] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4700c07..074c63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [v1.3.0](https://github.com/size-up/docs/compare/v1.2.0...v1.3.0) (2022-10-21) + +## ✨ Introduce new features +- [`e112d3c`](https://github.com/size-up/docs/commit/e112d3c) Search offline/local plugin + +## 🔧 Add or update configuration files +- [`85c9c71`](https://github.com/size-up/docs/commit/85c9c71) Add Visual Studio Code launch config. + # [v1.2.0](https://github.com/size-up/docs/compare/v1.1.4...v1.2.0) (2022-10-21) ## ✨ Introduce new features diff --git a/package.json b/package.json index efc80b5..9f2d7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.2.0", + "version": "1.3.0", "displayName": "This is Cloud", "description": "Documentation that describes many tips and tricks on many IT topics. Configuration references and useful files and links used to construct beautiful and efficient IT infrastructures with Open Source tools.", "license": "GNU GPLv3",