Skip to content

Commit

Permalink
chore(release): 3.24.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.24.3](v3.24.2...v3.24.3) (2022-07-12)

### Bug Fixes

* "Null" should no longer appear in mystified names. As a consequence, sorry, you can no longer use the string null as a prefix or postfix. :) ([96ac06e](96ac06e))
  • Loading branch information
semantic-release-bot committed Jul 12, 2022
1 parent 96ac06e commit 9f14027
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.24.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v3.24.2...v3.24.3) (2022-07-12)


### Bug Fixes

* "Null" should no longer appear in mystified names. As a consequence, sorry, you can no longer use the string null as a prefix or postfix. :) ([96ac06e](https://github.com/xdy/xdy-pf2e-workbench/commit/96ac06e1e99ed7b7f6b2823c0f2f67dc4d143bd0))

## [3.24.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v3.24.1...v3.24.2) (2022-07-12)


Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xdy-pf2e-workbench",
"title": "PF2e Workbench",
"description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.",
"version": "3.24.2",
"version": "3.24.3",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"esmodules": [
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": "3.24.2",
"version": "3.24.3",
"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 9f14027

Please sign in to comment.