diff --git a/.cz.toml b/.cz.toml index 75e1745..7e72afd 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.7.0" +version = "1.0.0" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c75b1a..a2c608e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.0.0 (2024-08-09) + +### Feat + +- 1.0.0 release +- Update favicon when navigating with hx-boost + +### Fix + +- Background not working with linebreak in link +- Wrong padding in mobile menu + ## 0.7.0 (2024-08-08) ### Feat diff --git a/resources/js/package.json b/resources/js/package.json index 52399ac..5e02930 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.7.0", + "version": "1.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 4501799..c1b4afc 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@