From e478f4e68cc51e8900c826cc1f5e68ec6f999586 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:42:31 +0000 Subject: [PATCH] chore(release): v0.8.5 --- CHANGELOG.md | 5 +++++ Core.lua | 2 +- SNEK.toc | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef387ca..8417964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.8.5 + +- Update README.md +- ci: update changelog regex + ## v0.8.4 - update screenshots diff --git a/Core.lua b/Core.lua index 07954ac..188df2d 100644 --- a/Core.lua +++ b/Core.lua @@ -2,7 +2,7 @@ local addonName, SNEK = ... SNEK = SNEK or {} -- Single source of truth for the version string -SNEK.VERSION = "0.8.4" +SNEK.VERSION = "0.8.5" -- Binding display names _G["BINDING_NAME_SNEK_TOGGLE_RECORDER"] = "Toggle Recorder (Start/Stop)" diff --git a/SNEK.toc b/SNEK.toc index 32216fd..a9a2cfa 100644 --- a/SNEK.toc +++ b/SNEK.toc @@ -2,7 +2,7 @@ ## Title: S.N.E.K. ## Notes: Sequence Next Enqueued Key - Record and replay key sequences with delay ## Author: Sh1n -## Version: 0.8.4 +## Version: 0.8.5 ## IconTexture: Interface\AddOns\SNEK\media\icon.png ## SavedVariables: SNEKDB ## OptionalDeps: MessageQueue