From af23794827c81853ce645e50fa4cfeab4a0045a3 Mon Sep 17 00:00:00 2001 From: AshGw Date: Fri, 16 Feb 2024 17:39:52 +0100 Subject: [PATCH] ci: show changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0653070e --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2e7aa8a2..e78f9860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysite", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "dev": "next dev",