Skip to content

Commit fe1593f

Browse files
committed
chore(Release): 🔧 Release v6.4.1
1 parent 88c3d20 commit fe1593f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.4.1](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.4.0+a...v6.4.1) (2022-10-18)
6+
7+
### Features
8+
9+
- **Initiative:** ✨ Add color gradient to the embed result ([faa422f](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/faa422fc3baa7398e9b1bc6a5af9747e64a62d4f))
10+
- **ready-event:** ✨ Add version when ready ([1ea77d3](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/1ea77d3ed695164726567e961cc2c6ddfdf82b59))
11+
- **Roll:** ✨ Roll a D66 from `/roll` ([#165](https://github.com/Stefouch/sebedius-yearzero-discord-bot/issues/165)) ([88c3d20](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/88c3d2028567023971b653a98c20954eeb46ab83))
12+
13+
### Bug Fixes
14+
15+
- **Panic:** negative modifiers not reducing stress dice ([#182](https://github.com/Stefouch/sebedius-yearzero-discord-bot/issues/182)) ([67bf23b](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/67bf23be059cd919d531e69900a2c9f2b81d6996)), closes [#180](https://github.com/Stefouch/sebedius-yearzero-discord-bot/issues/180) [#180](https://github.com/Stefouch/sebedius-yearzero-discord-bot/issues/180)
16+
- **Panic:** 🐛 Patch panicValue minimum ([e3284b3](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/e3284b35c7b923a675073335d92ee11023a60175))
17+
518
## [6.4.0](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.3.0...v6.4.0) (2022-09-24)
619

720
### Features

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sebedius-yearzero-discord-bot",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "A bot companion for running Year Zero roleplaying games over Discord.",
55
"author": "Stefouch",
66
"license": "GPL-3.0-or-later",
@@ -103,4 +103,4 @@
103103
"sinon": "^14.0.1",
104104
"standard-version": "^9.5.0"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)