Skip to content

Commit

Permalink
chore(release): 4.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.5](v4.2.4...v4.2.5) (2022-09-24)

### Bug Fixes

* Deprecate showing item names in rarity colour on actor sheets as that feature is in the syste from foundryvtt/pf2e#3856 ([dff74b5](dff74b5))
  • Loading branch information
semantic-release-bot committed Sep 24, 2022
1 parent dff74b5 commit 562b241
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.5](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.2.4...v4.2.5) (2022-09-24)


### Bug Fixes

* Deprecate showing item names in rarity colour on actor sheets as that feature is in the syste from https://github.com/foundryvtt/pf2e/pull/3856 ([dff74b5](https://github.com/xdy/xdy-pf2e-workbench/commit/dff74b518f6c70e094320a75318a3e867fbada81))

## [4.2.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.2.3...v4.2.4) (2022-09-24)


Expand Down
6 changes: 3 additions & 3 deletions 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": "4.2.4",
"version": "4.2.5",
"id": "xdy-pf2e-workbench",
"compatibility": {
"minimum": "10.284",
Expand Down Expand Up @@ -100,8 +100,8 @@
}
],
"url": "https://github.com/xdy/xdy-pf2e-workbench/",
"manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.2.4/module.json",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.2.4/xdy-pf2e-workbench.zip",
"manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.2.5/module.json",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.2.5/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
4 changes: 2 additions & 2 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,7 +1,7 @@
{
"private": true,
"name": "xdy-pf2e-workbench",
"version": "4.2.4",
"version": "4.2.5",
"description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.",
"license": "./LICENSE",
"homepage": "https://github.com/xdy/xdy-pf2e-workbench",
Expand Down

0 comments on commit 562b241

Please sign in to comment.