mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-16 00:29:05 +00:00
bump: version 0.4.1 → 0.5.0
This commit is contained in:
parent
40f86598a1
commit
9d78509d04
4 changed files with 16 additions and 3 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,7 +2,7 @@
|
|||
name = "cz_conventional_commits"
|
||||
tag_format = "$version"
|
||||
version_scheme = "semver"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
version_files = [
|
||||
"version.php:VERSION",
|
||||
"resources/js/package.json:version"
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 0.5.0 (2024-08-07)
|
||||
|
||||
### Feat
|
||||
|
||||
- Update About page + README
|
||||
- Add emoji
|
||||
- Add robots.txt
|
||||
|
||||
### Fix
|
||||
|
||||
- Trends now not only depend on the history cache but also the current history
|
||||
- Open Github link in new tab
|
||||
|
||||
## 0.4.1 (2024-08-06)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobmash",
|
||||
"version": "0.4.1",
|
||||
"version": "0.5.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
const VERSION = "0.4.1";
|
||||
const VERSION = "0.5.0";
|
Loading…
Reference in a new issue