Skip to content

Commit ac36fb0

Browse files
committed
chore(release): 🚀 Release v6.5.2
1 parent cff6d55 commit ac36fb0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.5.2](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.5.1...v6.5.2) (2022-10-31)
6+
7+
### Features
8+
9+
- **Locales:** 🌐🇩🇪 Add German translation for the new `/crit` command.
10+
- **Roll:** ♻️ Remove requirement for Base Dice in MYZ & FBL games, as requested in #170.
11+
12+
### Bug Fixes
13+
14+
- **Roll:** 🩹 Add a single Base Die if the roll is empty (before modification).
15+
- **Roll:** 🐛 Fix bad regex execution for T2K undefined inputs ([#190](https://github.com/Stefouch/sebedius-yearzero-discord-bot/issues/190)) ([391b91f](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/391b91f2185796eb6b571068ccd50cebac4c2325))
16+
- **Gamedata:** Conforming some entry names ([d1d03bb](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/d1d03bb1b8621a48b94e1699143a86f8def42267))
17+
- **Gamedata:** Fix punctuation in effects of vaesen crit tables ([6b5881d](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/6b5881da3d5181b875efdf84ab4c4cc7ac047a9f))
18+
519
## [6.5.1](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.5.0...v6.5.1) (2022-10-28)
620

721
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sebedius-yearzero-discord-bot",
3-
"version": "6.5.1",
3+
"version": "6.5.2",
44
"description": "A bot companion for running Year Zero roleplaying games over Discord.",
55
"author": "Stefouch",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)