Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inferrinizzard committed Nov 25, 2021
1 parent 63c05eb commit 5f21dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"requireCommits": false,
"addUntrackedFiles": false,
"commit": true,
"commitMessage": "Release ${version}",
"commitMessage": "Release v${version}",
"tag": true,
"tagAnnotation": "${version}",
"push": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-sql",
"version": "5.0.0-beta.1",
"version": "5.0.0",
"description": "Format whitespace in a SQL query to make it more readable",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 5f21dba

Please sign in to comment.