Skip to content

Commit

Permalink
chore(release): 5.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.18.0](v5.17.2...v5.18.0) (2023-08-29)

### Bug Fixes

* Handling the results of clicking the dying recovery roll button on the character sheet was on the wrong hook. Clarified the documentation and help. Cleaned up the code. ([06f3366](06f3366)), closes [#915](#915)

### Features

* Verified to work in pf2e 5.4.0, set the minimum foundry version to 3.0.8 and pf2e to 5.4.0. ([8315cb5](8315cb5))
  • Loading branch information
semantic-release-bot committed Aug 29, 2023
1 parent 06f3366 commit d7600fe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.18.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.17.2...v5.18.0) (2023-08-29)


### Bug Fixes

* Handling the results of clicking the dying recovery roll button on the character sheet was on the wrong hook. Clarified the documentation and help. Cleaned up the code. ([06f3366](https://github.com/xdy/xdy-pf2e-workbench/commit/06f3366df8b91b7d61c36e5977954090b051a3bd)), closes [#915](https://github.com/xdy/xdy-pf2e-workbench/issues/915)


### Features

* Verified to work in pf2e 5.4.0, set the minimum foundry version to 3.0.8 and pf2e to 5.4.0. ([8315cb5](https://github.com/xdy/xdy-pf2e-workbench/commit/8315cb5404532e1fd9db86c17e6f24290fb58cb2))

## [5.17.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.17.1...v5.17.2) (2023-08-20)


Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdy-pf2e-workbench",
"version": "5.17.2",
"version": "5.18.0",
"description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.",
"private": true,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions static/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "PF2e Workbench",
"description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.",
"version": "5.17.2",
"version": "5.18.0",
"id": "xdy-pf2e-workbench",
"compatibility": {
"minimum": "11.308",
Expand Down Expand Up @@ -227,7 +227,7 @@
],
"url": "https://github.com/xdy/xdy-pf2e-workbench/",
"manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/module.json",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.17.2/xdy-pf2e-workbench.zip",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.18.0/xdy-pf2e-workbench.zip",
"license": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/LICENSE.md",
"readme": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/README.md",
"bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues",
Expand Down

0 comments on commit d7600fe

Please sign in to comment.