Skip to content

Commit

Permalink
release 4.1.0 → 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed May 23, 2024
1 parent 0345cb4 commit 9b0f7df
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": "4.1.0",
"version": "4.1.1",
"gpg_sign": true,
"use_shortcuts": true,
"tag_format": "$major.$minor.$patch$prerelease",
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": "4.1.0",
"version": "4.1.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": "4.1.0",
"version": "4.1.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 9b0f7df

Please sign in to comment.