diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b3472..7a5e82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [v1.4.0](https://github.com/size-up/docs/compare/v1.3.2...v1.4.0) (2022-11-18) + +## ✨ Introduce new features +- [`08009bd`](https://github.com/size-up/docs/commit/08009bd) Add "Oh My Zsh" page with "Powerlevel10k theme" +- [`a5ba3f2`](https://github.com/size-up/docs/commit/a5ba3f2) New Resources with Useful links page + +## 🐛 Bug fixes +- [`dc141ca`](https://github.com/size-up/docs/commit/dc141ca) Fix "Edit this page" button URL links + +## 🔧 Add or update configuration files +- [`a850ddd`](https://github.com/size-up/docs/commit/a850ddd) Add `CODEOWNERS` + # [v1.3.2](https://github.com/size-up/docs/compare/v1.3.1...v1.3.2) (2022-11-18) # [v1.3.1](https://github.com/size-up/docs/compare/v1.3.0...v1.3.1) (2022-10-31) diff --git a/package.json b/package.json index 4fc1ef4..fc0f1cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.3.2", + "version": "1.4.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": "GPL-3.0-or-later",