Skip to content

Commit

Permalink
chore(release): 4.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.8.0](v4.7.2...v4.8.0) (2022-10-22)

### Bug Fixes

* Allow private spellcasting regardless of gm default roll mode. (Click ctrl-shift to cast a spell privately without a public message even if you have that enabled.) ([f1a3986](f1a3986)), closes [#492](#492)

### Features

* Add optional setting for token animation movement speed. Defaults to foundry setting, which I consider way too low. ([9d4f74a](9d4f74a))
* Move options to change max hero points and allow item bonuses in ABP to a new settings submenu for variant rules. ([65b8d4a](65b8d4a))
  • Loading branch information
semantic-release-bot committed Oct 22, 2022
1 parent 9d4f74a commit d28def5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.8.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.7.2...v4.8.0) (2022-10-22)


### Bug Fixes

* Allow private spellcasting regardless of gm default roll mode. (Click ctrl-shift to cast a spell privately without a public message even if you have that enabled.) ([f1a3986](https://github.com/xdy/xdy-pf2e-workbench/commit/f1a3986caafceec343f8286fae7c0e9fffbff909)), closes [#492](https://github.com/xdy/xdy-pf2e-workbench/issues/492)


### Features

* Add optional setting for token animation movement speed. Defaults to foundry setting, which I consider way too low. ([9d4f74a](https://github.com/xdy/xdy-pf2e-workbench/commit/9d4f74a1abe71290cd514f99f77a11825f8c2006))
* Move options to change max hero points and allow item bonuses in ABP to a new settings submenu for variant rules. ([65b8d4a](https://github.com/xdy/xdy-pf2e-workbench/commit/65b8d4ab45f685a421fafa01773c393bb9c7936d))

## [4.7.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.7.1...v4.7.2) (2022-10-18)


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.7.2",
"version": "4.8.0",
"id": "xdy-pf2e-workbench",
"compatibility": {
"minimum": "10.284",
Expand Down Expand Up @@ -95,7 +95,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.7.2/xdy-pf2e-workbench.zip",
"download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.8.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
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,7 +1,7 @@
{
"private": true,
"name": "xdy-pf2e-workbench",
"version": "4.7.2",
"version": "4.8.0",
"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 d28def5

Please sign in to comment.