diff --git a/CHANGELOG.md b/CHANGELOG.md index 558d17a..fa314cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/destyk/website/compare/v1.0.0...v1.1.0) (2024-05-14) + + +### Bug Fixes + +* move meta description from _document to home page ([9e681b2](https://github.com/destyk/website/commit/9e681b29b267a4f66e10a822de94db030f17d5e6)) +* remove unused use-effect from app.tsx ([59d9004](https://github.com/destyk/website/commit/59d90049aad56d834f1def4d0823d55ebf54d0fb)) + + +### Features + +* add __next styles ([4279f30](https://github.com/destyk/website/commit/4279f300cdf235a05f07d104d44ab84c641525ba)) + # 1.0.0 (2024-05-11) diff --git a/package.json b/package.json index 02ef5b4..33ef72c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.0.0", + "version": "1.1.0", "description": "DestyK Website", "author": "DestyK ", "homepage": "https://github.com/destyk/website",