Skip to content

Commit

Permalink
chore(release): 4.29.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.29.1](v4.29.0...v4.29.1) (2023-01-03)

### Bug Fixes

* Basic Action Macros now only cares about actors on the current scene, and only checks if best among party members. ([7d88021](7d88021))
  • Loading branch information
semantic-release-bot committed Jan 3, 2023
1 parent 7d88021 commit cfa79e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.29.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.29.0...v4.29.1) (2023-01-03)


### Bug Fixes

* Basic Action Macros now only cares about actors on the current scene, and only checks if best among party members. ([7d88021](https://github.com/xdy/xdy-pf2e-workbench/commit/7d88021ed77944ed4e77e62caaa72b564be41fe9))

# [4.29.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.28.1...v4.29.0) (2023-01-03)


Expand Down
4 changes: 2 additions & 2 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.29.0",
"version": "4.29.1",
"id": "xdy-pf2e-workbench",
"compatibility": {
"minimum": "10.291",
Expand Down Expand Up @@ -115,7 +115,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/v4.29.0/xdy-pf2e-workbench.zip",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.29.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
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.29.0",
"version": "4.29.1",
"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 cfa79e8

Please sign in to comment.