Skip to content

Commit

Permalink
chore(release): 5.24.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.24.1](v5.24.0...v5.24.1) (2023-10-27)

### Bug Fixes

* Keeping up with the Macro Faeries. ([eb957ce](eb957ce))
* Maybe fix it so one can cast private spells on mac. Don't own a mac so can't check, but foundry seems to also check "Meta", "OsLeft", "OsRight", so I added those to the keys I check. ([8129b48](8129b48)), closes [#1054](#1054)
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent 8129b48 commit 822522d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.24.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.24.0...v5.24.1) (2023-10-27)


### Bug Fixes

* Keeping up with the Macro Faeries. ([eb957ce](https://github.com/xdy/xdy-pf2e-workbench/commit/eb957cefcc27a6da1f5e505d6bf434be7e73568a))
* Maybe fix it so one can cast private spells on mac. Don't own a mac so can't check, but foundry seems to also check "Meta", "OsLeft", "OsRight", so I added those to the keys I check. ([8129b48](https://github.com/xdy/xdy-pf2e-workbench/commit/8129b48bf3dea105c83504a7bd9057283b77f11e)), closes [#1054](https://github.com/xdy/xdy-pf2e-workbench/issues/1054)

# [5.24.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.23.7...v5.24.0) (2023-10-22)


Expand Down
5 changes: 3 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,6 +1,6 @@
{
"name": "xdy-pf2e-workbench",
"version": "5.24.0",
"version": "5.24.1",
"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.24.0",
"version": "5.24.1",
"id": "xdy-pf2e-workbench",
"compatibility": {
"minimum": "11.313",
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.24.0/xdy-pf2e-workbench.zip",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.24.1/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 822522d

Please sign in to comment.