From 49c38fc0b6fe46cc2bee21f1fba4bfeb9d44e396 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Feb 2025 11:44:05 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.27.0=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.27.0](/~https://github.com/ForkbombEu/verifier/compare/v1.26.2...v1.27.0) (2025-02-21) ### Features * new user settings page ([#119](/~https://github.com/ForkbombEu/verifier/issues/119)) ([49328c4](/~https://github.com/ForkbombEu/verifier/commit/49328c4dc70de7085fca5f291930f91aad18fc3e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba742c..d2f720e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.27.0](/~https://github.com/ForkbombEu/verifier/compare/v1.26.2...v1.27.0) (2025-02-21) + + +### Features + +* new user settings page ([#119](/~https://github.com/ForkbombEu/verifier/issues/119)) ([49328c4](/~https://github.com/ForkbombEu/verifier/commit/49328c4dc70de7085fca5f291930f91aad18fc3e)) + ## [1.26.2](/~https://github.com/ForkbombEu/verifier/compare/v1.26.1...v1.26.2) (2025-02-20) diff --git a/package.json b/package.json index e554c64..80624cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verifier", - "version": "1.26.2", + "version": "1.27.0", "private": true, "scripts": { "dev": "vite dev --host",