added a changelog section

This commit is contained in:
2026-05-31 19:21:38 +01:00
parent 2c72bac2e2
commit 8e0c34158c
10 changed files with 191 additions and 38 deletions
+7 -1
View File
@@ -12,13 +12,19 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"pnpm": {
"onlyBuiltDependencies": ["@parcel/watcher", "esbuild", "sharp", "svelte-preprocess"]
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"svelte-preprocess"
]
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/node": "^25.9.1",
"mdsvex": "^0.12.7",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",