mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
feat(changelog): added changelog and gh action to auto-release (#1423)
* feat(changelog): added changelog * finished changelog * updated metadata * reverted env * cleanup --------- Co-authored-by: waleed <waleed>
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
"check": "bunx biome check --files-ignore-unknown=true",
|
||||
"prepare": "bun husky",
|
||||
"prebuild": "bun run lint:check",
|
||||
"type-check": "turbo run type-check"
|
||||
"type-check": "turbo run type-check",
|
||||
"release": "bun run scripts/create-single-release.ts"
|
||||
},
|
||||
"overrides": {
|
||||
"react": "19.1.0",
|
||||
@@ -49,6 +50,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.0.0-beta.5",
|
||||
"@octokit/rest": "^21.0.0",
|
||||
"@next/env": "15.4.1",
|
||||
"@types/bcryptjs": "3.0.0",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
|
||||
Reference in New Issue
Block a user