diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c153fb..ea493be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ Change Of Pace の機能の大まかな変化の記録。 記事投稿・更新は含まない。 +## v6.2.0(2024-09-08) +### Updated +- 各種アプデ(#183) + - Node.js: 20.11.1 -> 20.16.0 + - TypeScript: 5.4.2 -> 5.5.4 + - Astro: 4.5.6 -> 4.15.4 + - UnoCSS: 0.58.6 -> 0.62.3 + - 他全般 + +### Development Changed +- ESLint 設定を flat config ベースに移行(#183) +- GitHook を Lefthook に移行(#183) + ## v6.1.1(2024-08-25) ### Changed - Twitter アイコンを X アイコンに移行(#175) diff --git a/package-lock.json b/package-lock.json index 44ae4ae..bd92d27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "change-of-pace", - "version": "6.1.1", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "change-of-pace", - "version": "6.1.1", + "version": "6.2.0", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/mdx": "^3.1.5", diff --git a/package.json b/package.json index cdc9005..6318a57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "change-of-pace", "type": "module", - "version": "6.1.1", + "version": "6.2.0", "private": true, "scripts": { "dev": "astro dev", diff --git a/score/desktop/about.png b/score/desktop/about.png index 078a484..be38a8d 100644 Binary files a/score/desktop/about.png and b/score/desktop/about.png differ diff --git a/score/desktop/link.png b/score/desktop/link.png index 929ea8d..929fce5 100644 Binary files a/score/desktop/link.png and b/score/desktop/link.png differ diff --git a/score/mobile/about.png b/score/mobile/about.png index 03ca598..3cc9da9 100644 Binary files a/score/mobile/about.png and b/score/mobile/about.png differ diff --git a/score/mobile/link.png b/score/mobile/link.png index a617e5e..220cc2f 100644 Binary files a/score/mobile/link.png and b/score/mobile/link.png differ diff --git a/score/mobile/tweet.png b/score/mobile/tweet.png index a6f619d..6f66991 100644 Binary files a/score/mobile/tweet.png and b/score/mobile/tweet.png differ