Skip to content

Commit

Permalink
chore: add changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 29, 2024
1 parent 4472a97 commit 1b47c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
"lint:fix": "turbo lint -- --fix",
"test": "turbo test",
"typecheck": "turbo typecheck",
"prepare": "husky"
"prepare": "husky",
"release": "changelogen --release",
"gh:release": "changelogen gh release"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"turbo": "latest",
Expand Down

0 comments on commit 1b47c56

Please sign in to comment.