diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b00d0..f88cb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v1.0.7 + +[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.7-beta.2...v1.0.7) + +### 📖 Documentation + +- Installation guide ([8cbef08](https://github.com/HoshinoSuzumi/rayine-ui/commit/8cbef08)) + +### 🏡 Chore + +- Update tsconfig to exclude docs directory ([339cb86](https://github.com/HoshinoSuzumi/rayine-ui/commit/339cb86)) + +### ❤️ Contributors + +- HoshinoSuzumi ([@HoshinoSuzumi](http://github.com/HoshinoSuzumi)) + ## v1.0.6 [compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.5...v1.0.6) diff --git a/package.json b/package.json index 63a697c..a86a416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rayine-ui", - "version": "1.0.7-beta.2", + "version": "1.0.7", "description": "RayineSoft UI Components", "repository": "HoshinoSuzumi/rayine-ui", "license": "MIT",