bump: version 0.5.0 → 0.5.1

This commit is contained in:
github-actions[bot] 2024-08-07 21:27:55 +00:00
parent d6029d5e08
commit 7b904d9dc4
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.5.0"
version = "0.5.1"
version_files = [
"version.php:VERSION",
"resources/js/package.json:version"

View file

@ -1,3 +1,9 @@
## 0.5.1 (2024-08-07)
### Fix
- Deprecation warning for PHP 8.2
## 0.5.0 (2024-08-07)
### Feat

View file

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

View file

@ -1,3 +1,3 @@
<?php
const VERSION = "0.5.0";
const VERSION = "0.5.1";