From 1cf2bd19a9be1ca4e8b52ee288a765a9fc549ab4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Aug 2024 20:43:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.6=20=E2=86=92=200.2.7?= 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 50a6686..588ebb8 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.6" +version = "0.2.7" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7eefd..7b1dcb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.7 (2024-08-05) + +### Fix + +- Initial pairing doesn't have csrf token yet + ## 0.2.6 (2024-08-05) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index 9871e36..9e096e1 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.2.6", + "version": "0.2.7", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 0983071..331aeac 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@