bump: version 0.1.0 → 0.2.0

This commit is contained in:
github-actions[bot] 2024-08-05 19:38:06 +00:00
parent 21e39de3f1
commit f28c2d7d80
4 changed files with 13 additions and 3 deletions

View file

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

View file

@ -1,3 +1,13 @@
## 0.2.0 (2024-08-05)
### Feat
- Add housekeeping bin + slight restructure of cron jobs
### Fix
- Add missing configuration to config file
## 0.1.0 (2024-08-04)
### Feat

View file

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

View file

@ -1,3 +1,3 @@
<?php
const VERSION = "0.1.0";
const VERSION = "0.2.0";