diff --git a/.cz.toml b/.cz.toml index 4d75362..cc9d3ac 100644 --- a/.cz.toml +++ b/.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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8256e3e..9ceba3b 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/resources/js/package.json b/resources/js/package.json index c470cd5..ec5581f 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.4.1", + "version": "0.5.0", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 0eb5477..0348316 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@