Skip to content

Commit

Permalink
ci: show changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ashgw committed Feb 16, 2024
1 parent e257b08 commit af23794
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.8.0

- ci: run all in one check [`#88`](https://github.com/AshGw/mysite/pull/88)
- build: containerize the app (#85) & separate workflow runs (#86) closes [`#87`](https://github.com/AshGw/mysite/pull/87)
- refactor: organize the layout [`#84`](https://github.com/AshGw/mysite/pull/84)
- purge vs code extensions [`#80`](https://github.com/AshGw/mysite/pull/80)
- Some dynamic animations [`#73`](https://github.com/AshGw/mysite/pull/73)
- update build [`#70`](https://github.com/AshGw/mysite/pull/70)
- make nav [`#64`](https://github.com/AshGw/mysite/pull/64)
- feat: make `AnimatedCopyButton` for code blocks [`#63`](https://github.com/AshGw/mysite/pull/63)
- fix: blogs not showing [`#60`](https://github.com/AshGw/mysite/pull/60)
- add load more [`#59`](https://github.com/AshGw/mysite/pull/59)
- Have blogs load more [`#58`](https://github.com/AshGw/mysite/pull/58)
- use actions [`#57`](https://github.com/AshGw/mysite/pull/57)
- overall UI is all set [`#52`](https://github.com/AshGw/mysite/pull/52)
- finish blogs setup [`#50`](https://github.com/AshGw/mysite/pull/50)
- Whole lotta gang shit [`#46`](https://github.com/AshGw/mysite/pull/46)
- ci: fix issue templates typo [`#32`](https://github.com/AshGw/mysite/pull/32)
- Dev pipeline [`#18`](https://github.com/AshGw/mysite/pull/18)
- feat: `NotFound` set [`#14`](https://github.com/AshGw/mysite/pull/14)
- Dev pipeline [`#13`](https://github.com/AshGw/mysite/pull/13)
- Prod preview [`#12`](https://github.com/AshGw/mysite/pull/12)
- Dev pipeline [`#10`](https://github.com/AshGw/mysite/pull/10)
- refactor: project cleanup [`#7`](https://github.com/AshGw/mysite/pull/7)
- Dev pipeline [`#6`](https://github.com/AshGw/mysite/pull/6)
- Dev pipeline [`#5`](https://github.com/AshGw/mysite/pull/5)
- ci: add auto-changelog [`527d904`](https://github.com/AshGw/mysite/commit/527d904d1e1595d6436bbdfdeabdd0aa9bcf25f1)
- ci: add auto-changelog [`e257b08`](https://github.com/AshGw/mysite/commit/e257b08ecc3268cc4ee61efa7b2ac5dbaa33bceb)
- feat: make bg blurry when min nav is active [`241c949`](https://github.com/AshGw/mysite/commit/241c949bdc0ae17b183489862cc73b107829057f)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysite",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit af23794

Please sign in to comment.