Skip to content

Commit

Permalink
chore(release): set package.json to 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-05-14)

### Bug Fixes

* move meta description from _document to home page ([9e681b2](9e681b2))
* remove unused use-effect from app.tsx ([59d9004](59d9004))

### Features

* add __next styles ([4279f30](4279f30))
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent ffb565f commit 5879b58
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.0",
"version": "1.1.0",
"description": "DestyK Website",
"author": "DestyK <[email protected]>",
"homepage": "https://github.com/destyk/website",
Expand Down

0 comments on commit 5879b58

Please sign in to comment.