Skip to content

Commit

Permalink
Update manifest and changelog for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schultzcole committed Jun 5, 2021
1 parent df81b85 commit 613a54e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [2.0.0] 2021-06-05

*Core 0.8.x and dnd5e 1.3.x compatibility*

### FIXED

- Fixed usages of a number of deprecated and renamed core functions.
- Fixed some issues that would cause item cards with embedded rolls and combined damage roll cards from rendering in the chat log.
- Fixed an issue that would cause the "show dialog" modifier key to not function if the default roll dialog behavior was set to "skip".

## [1.0.9] 2021-04-07

### FIXED
Expand Down
14 changes: 7 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mre-dnd5e",
"title": "Minimal Rolling Enhancements for D&D5e",
"description": "Some minimalist enhancements to the core D&D5e rolling workflow. Attempts to stay as close to core as possible while improving convenience.",
"version": "1.0.9",
"version": "2.0.0",
"author": "Cole Schultz (cole#9640)",
"systems": [ "dnd5e" ],
"esmodules": [
Expand All @@ -21,13 +21,13 @@
"path": "lang/en.json"
}
],
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.6",
"url": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E",
"manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/master/module.json",
"download": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/archive/1.0.9.zip",
"license": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/blob/1.0.9/LICENSE",
"readme": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/blob/1.0.9/README.md",
"changelog": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/blob/1.0.9/CHANGELOG.md"
"download": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/archive/2.0.0.zip",
"license": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/blob/2.0.0/LICENSE",
"readme": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/blob/2.0.0/README.md",
"changelog": "https://github.com/schultzcole/FVTT-Minimal-Rolling-Enhancements-DND5E/blob/2.0.0/CHANGELOG.md"
}

0 comments on commit 613a54e

Please sign in to comment.