diff --git a/CHANGELOG.md b/CHANGELOG.md index b18a5f8..f6060b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [v1.1.2](https://github.com/size-up/docs/compare/v1.1.1...v1.1.2) (2022-10-13) + +## 🔧 Add or update configuration files +- [`784d261`](https://github.com/size-up/docs/commit/784d261) Update website config. + +## 🍱 Add or update assets +- [`934ecf2`](https://github.com/size-up/docs/commit/934ecf2) Update main page with new assets + # [v1.1.1](https://github.com/size-up/docs/compare/v1.1.0...v1.1.1) (2022-10-09) ## 💄 Add or update the UI and style files diff --git a/package.json b/package.json index ec0976d..62b7c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.1.1", + "version": "1.1.2", "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.", "private": true,