Skip to content

Commit

Permalink
Prepares for the 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scottTomaszewski committed Oct 17, 2024
1 parent 3d7691e commit 4e4f5a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 1.7.0
## 2.0.0

- [BREAKING] The Power Roll Element has been replaced by the Ability Element
- Instead of having a flat structure for the yaml, the `effects` field will list effects, power rolls, etc in an ordered manner
- As a side effect, the Statblock Element inherits these changes as well
- For details on the new structure, see the [Ability Documentation](./docs/Abilities.md)
- Adds ability to [download the Draw Steel Compendium](./docs/compendium-downloader.md)

## 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "draw-steel-elements",
"name": "Draw Steel Elements",
"version": "1.7.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Components to support the Draw Steel TTRPG by MCDM.",
"author": "Scott Tomaszewski (Xentis)",
Expand Down

0 comments on commit 4e4f5a4

Please sign in to comment.