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",