From c8c6d6f39c5ecf13f7906674cacb8727c472d16a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:06:56 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 12 ++++++++++++ resources/js/package.json | 2 +- version.php | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) 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 @@ <?php -const VERSION = "0.7.0"; \ No newline at end of file +const VERSION = "1.0.0"; \ No newline at end of file