From 5bb3007f098a2edc242cc88b9495c6864e77e7b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Aug 2024 17:31:03 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.1=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ resources/js/package.json | 2 +- version.php | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cz.toml b/.cz.toml index 2a91db6..1af66a2 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.5.1" +version = "0.6.0" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 074be8d..5178f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.0 (2024-08-08) + +### Feat + +- Add SEO info + ## 0.5.1 (2024-08-07) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index 8be1100..c59df32 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.5.1", + "version": "0.6.0", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index d00614a..2a16ef7 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@