Skip to content

Commit

Permalink
chore: release v1.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Sep 25, 2023
1 parent 1f218fc commit 18b4e62
Show file tree
Hide file tree
Showing 5 changed files with 597 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-it-fe.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"git": {
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": true,
"requireCleanWorkingDir": false,
"changelog": "node bin/buildChangelog.mjs"
},
"github": {
Expand Down
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"git": {
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": true,
"requireCleanWorkingDir": false,
"changelog": "node bin/buildChangelog.mjs"
},
"github": {
Expand Down
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "monkeytype-frontend",
"version": "1.14.3",
"license": "GPL-3.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 18b4e62

Please sign in to comment.