diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dd3439a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2024-06-07) + + +### Features + +* about page ([1d8b54c](https://github.com/kettei-sproutty/personal-website/commit/1d8b54c4d91bef158a1fa022ab611eb8c95a5b2b)) +* add changelog page, install mdsvex ([1457937](https://github.com/kettei-sproutty/personal-website/commit/1457937b5cbfd1ba00aa5b5db864489ee84f019d)) +* add favicon ([f215198](https://github.com/kettei-sproutty/personal-website/commit/f215198ffa5be950ba50aba2a33444f227a28644)) +* add lefthook, commitlint ([2edbe88](https://github.com/kettei-sproutty/personal-website/commit/2edbe8877b7affa032620ee3d51c481bfdcfb461)) +* add release-please ([523beb9](https://github.com/kettei-sproutty/personal-website/commit/523beb95e0802cd5ec274ebddc702fd0fbb12f6b)) + + +### Bug Fixes + +* add svg titles ([8e267ed](https://github.com/kettei-sproutty/personal-website/commit/8e267edd1c590cc5e50f470b59d3e57541b221d9)) +* change noble-black with primary in homepage ([0cd962b](https://github.com/kettei-sproutty/personal-website/commit/0cd962bdde5ea44d15cc8c0c03ead89b32d302df)) +* **changelog:** take changelog md from main branch ([d2f427d](https://github.com/kettei-sproutty/personal-website/commit/d2f427dc65134c1c588fab7fb906e58733118c92)) +* textarea focus ([f648b19](https://github.com/kettei-sproutty/personal-website/commit/f648b1974d6ecbd29845d8dc62eb855c38766ade)) diff --git a/package.json b/package.json index 93cb6fb..34d7311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.0.1", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite dev --host",