Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 1, 2023
1 parent 974c01a commit 7074ef0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 1.0.0 (2023-11-01)


### Features

* Add SEO description ([a2d52a3](https://github.com/hauketoenjes/personal_website/commit/a2d52a3db686568d3068d0bb9a3fcbc202f9dc08))
* Move to bun, add release-please ([#8](https://github.com/hauketoenjes/personal_website/issues/8)) ([e0fd394](https://github.com/hauketoenjes/personal_website/commit/e0fd39481d84eb92d4bd4edc6f1678f02b0935ed))
* remove console log, remove html from layout ([6931017](https://github.com/hauketoenjes/personal_website/commit/6931017ac9f1b4e0d1fe7426a9c8477d73e3fdf1))
* update deps ([5364c2b](https://github.com/hauketoenjes/personal_website/commit/5364c2b96a8fac678af6e691724a533df1383828))
* Update deps ([f37346a](https://github.com/hauketoenjes/personal_website/commit/f37346af75e3238ceae3e941186ce43e0481655f))
* Update deps ([9cde39b](https://github.com/hauketoenjes/personal_website/commit/9cde39bdc79d40de03f6afd71c7783579c800283))
* Update deps ([77abd26](https://github.com/hauketoenjes/personal_website/commit/77abd265e26ad44734f2d57ce9beac21962883ad))
* Update deps ([9eee3ef](https://github.com/hauketoenjes/personal_website/commit/9eee3ef48b108b477aac681b9f6e7c4e848783ce))
* Update deps, use next/future/image ([7ff5a2f](https://github.com/hauketoenjes/personal_website/commit/7ff5a2f5592a4a578b103a5063817ea6a1e62275))
* Update linkedin URL, update deps ([de9576a](https://github.com/hauketoenjes/personal_website/commit/de9576af2446b9830032f4cb2d3183536c21ef97))
* Update nextjs ([ff88952](https://github.com/hauketoenjes/personal_website/commit/ff889526b2bc323e07d2941ee6c51935a6e198b2))
* Update to Next.js 13.2 ([328a05f](https://github.com/hauketoenjes/personal_website/commit/328a05fbff0ac8568e352653a8f5e01dfea10143))
* Update to nextjs 13 app directory ([d8dc5c1](https://github.com/hauketoenjes/personal_website/commit/d8dc5c1b6d40ca1263708276af2af95ec76a16fa))
* Use react-wrap-balancer for more readable text ([93ad493](https://github.com/hauketoenjes/personal_website/commit/93ad4936b5a8bc5b25d51760bac4eb332779df27))


### Bug Fixes

* Add head to prevent console errors ([6149fc3](https://github.com/hauketoenjes/personal_website/commit/6149fc3de4cbe12ff7f304618695b9632caec666))
* Add viewport meta, move description to layout ([ea5ef00](https://github.com/hauketoenjes/personal_website/commit/ea5ef00fb13ccf7e52d8acbe410ae1bbd7debc55))
* Correctly align social icons ([5bf11e7](https://github.com/hauketoenjes/personal_website/commit/5bf11e7944fac1d8241d9a223c7e50930f5e4599))
* remove default SEO in layout ([efab78e](https://github.com/hauketoenjes/personal_website/commit/efab78ecfb0139fac17e02be8f35e68e3aa0b9cd))
* Remove head tag from head.tsx file ([e987807](https://github.com/hauketoenjes/personal_website/commit/e987807325f2476640b554924cc3e6cb3ffef715))
* Use next-seo again ([8d9c5bf](https://github.com/hauketoenjes/personal_website/commit/8d9c5bf6528056e35135d0f88e975de4bd71f6eb))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
},
"version": "1.0.0"
}

0 comments on commit 7074ef0

Please sign in to comment.