From a56ddfaef55a0d4cc93c92a40dde0af74779f160 Mon Sep 17 00:00:00 2001 From: Tony <1414927+zfbx@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:01:15 -0500 Subject: [PATCH] mini bump and changelog --- docs/changelog.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5d64bc6..4c6a5ae 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ ## Change log +**7.0.2 - New languages and hot fixes [2021-12-9]** + +- added Bulgarian from @WrecksBG +- added Spanish from @Xect0r +- Fix /message error + +**7.0.1 - New language and QoL [2021-12-8]** + +- added French from @tiweb442 +- add sendMessage chat util + **7.0.0 - Staff chat, new config AND WEBHOOK LOGGING [2021-12-8]** - added bi-directional staff chat (messages from discord staff channel <-> fiveM staff chat messages) diff --git a/package.json b/package.json index 70c8e38..075f831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zdiscord", - "version": "7.0.0", + "version": "7.0.2", "description": "Simple Discord Bot Allowlist", "main": "server.js", "scripts": {