Skip to content

Commit 9c22df6

Browse files
committed
v2.16.1
1 parent 90a83c8 commit 9c22df6

6 files changed

Lines changed: 24 additions & 4 deletions

File tree

docs/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.16.1 (September 2nd 2025)
2+
===
3+
- **Bugfix**: Fix rolling attacks with Sneak Attack option enabled (by [@dmportella](https://github.com/dmportella))
4+
5+
16
v2.16.0 (August 31st 2025)
27
===
38
- **Feature**: Add support for Rogue: Assassinate from PHB 2024 rules

docs/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.16.1 (September 2nd 2025)
2+
===
3+
4+
This is a small hotfix for yesterday's release, due to a bug when rolling attacks with the Rogue's Sneak Attack option enabled.
5+
6+
17
v2.16.0 (August 31st 2025)
28
===
39

docs/update.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Beyond20 has just been installed or updated
22

3-
Congratulations! Beyond20 was just updated to the latest version : v2.16.0
3+
Congratulations! Beyond20 was just updated to the latest version : v2.16.1
44

55
I hope you like the new features, and hopefully the killer feature you were waiting for was just added.
66

@@ -17,6 +17,11 @@ Thank you all for your support!
1717

1818
# Release Notes
1919

20+
v2.16.1 (September 2nd 2025)
21+
===
22+
23+
This is a small hotfix for yesterday's release, due to a bug when rolling attacks with the Rogue's Sneak Attack option enabled.
24+
2025
v2.16.0 (August 31st 2025)
2126
===
2227

@@ -37,6 +42,10 @@ Click [here](/release_notes) for the full release notes from previous versions.
3742

3843
# Changelog
3944

45+
v2.16.1 (September 2nd 2025)
46+
===
47+
- **Bugfix**: Fix rolling attacks with Sneak Attack option enabled (by [@dmportella](https://github.com/dmportella))
48+
4049
v2.16.0 (August 31st 2025)
4150
===
4251
- **Feature**: Add support for Rogue: Assassinate from PHB 2024 rules

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Beyond 20",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"manifest_version": 3,
55
"description": "Integrates the D&D Beyond Character Sheets with Roll20 and Foundry VTT.",
66
"permissions": [

manifest_ff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Beyond 20",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"manifest_version": 2,
55
"description": "Integrates the D&D Beyond Character Sheets with Roll20 and Foundry VTT.",
66
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beyond20",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration",
55
"directories": {
66
"doc": "docs"

0 commit comments

Comments
 (0)