bump: version 0.2.10 → 0.3.0

This commit is contained in:
github-actions[bot] 2024-08-06 19:51:36 +00:00
parent a5065d3756
commit 9360ceb8b5
4 changed files with 10 additions and 3 deletions

View file

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

View file

@ -1,3 +1,10 @@
## 0.3.0 (2024-08-06)
### Feat
- Add mobile version of results page
- Add mobile version of homepage + menu
## 0.2.10 (2024-08-05)
### Fix

View file

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

View file

@ -1,3 +1,3 @@
<?php
const VERSION = "0.2.10";
const VERSION = "0.3.0";