bump: version 0.2.3 → 0.2.4

This commit is contained in:
github-actions[bot] 2024-08-05 19:53:52 +00:00
parent 204c0da58a
commit 6e365c6011
4 changed files with 9 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.2.3"
version = "0.2.4"
version_files = [
"version.php:VERSION",
"resources/js/package.json:version"

View file

@ -1,3 +1,9 @@
## 0.2.4 (2024-08-05)
### Fix
- Missing delimiter in regex in deploy workflow
## 0.2.3 (2024-08-05)
### Fix

View file

@ -1,6 +1,6 @@
{
"name": "mobmash",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"main": "index.js",
"scripts": {

View file

@ -1,3 +1,3 @@
<?php
const VERSION = "0.2.3";
const VERSION = "0.2.4";