Skip to content

Commit

Permalink
release 4.0.1 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed May 10, 2024
1 parent c2c74ae commit 5a1b2fb
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.0.1",
"version": "4.1.0",
"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.0.1",
"version": "4.1.0",
"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.0.1",
"version": "4.1.0",
"private": true,
"scripts": {
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --compiler-warnings \"css-unused-selector:ignore\"",
Expand Down

0 comments on commit 5a1b2fb

Please sign in to comment.