Skip to content

Commit

Permalink
release 3.17.0 → 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 1, 2024
1 parent 5bd7079 commit fb02e3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_customize",
"version": "3.17.0",
"version": "3.17.1",
"gpg_sign": true,
"tag_format": "$major.$minor.$patch$prerelease",
"version_type": "semver",
Expand Down
2 changes: 1 addition & 1 deletion back/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cms.dgrebb.com",
"version": "3.17.0",
"version": "3.17.1",
"private": true,
"description": "cms.dgrebb.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgrebb.com",
"version": "3.17.0",
"version": "3.17.1",
"private": true,
"scripts": {
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --compiler-warnings \"css-unused-selector:ignore\"",
Expand Down

0 comments on commit fb02e3b

Please sign in to comment.