mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
bump: version 0.6.0 → 0.7.0
This commit is contained in:
parent
97e8b8fba4
commit
0fa9b38386
4 changed files with 15 additions and 3 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,7 +2,7 @@
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "semver"
|
version_scheme = "semver"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
version_files = [
|
version_files = [
|
||||||
"version.php:VERSION",
|
"version.php:VERSION",
|
||||||
"resources/js/package.json:version"
|
"resources/js/package.json:version"
|
||||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
## 0.7.0 (2024-08-08)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- Add dynamic favicons
|
||||||
|
- Add padding between mob image and name in results page
|
||||||
|
- Change hamburger menu to close button when menu open on mobile
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Undefined function
|
||||||
|
|
||||||
## 0.6.0 (2024-08-08)
|
## 0.6.0 (2024-08-08)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobmash",
|
"name": "mobmash",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
const VERSION = "0.6.0";
|
const VERSION = "0.7.0";
|
Loading…
Reference in a new issue