Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.4](v4.0.0-beta.3...v4.0.0-beta.4) (2022-08-10)

### Bug Fixes

* Comment out dependency on test. ([3968828](3968828))
* Comment out test part of workflow as I keep running into secondary rate limits. Doesn't do anything useful anyway. ([6ebf80a](6ebf80a))
* Make codeql run on beta branch as it seems it'll be around for a while. ([910c44a](910c44a))
* Try to make the beta release installable. ([42c2cce](42c2cce))
  • Loading branch information
semantic-release-bot committed Aug 10, 2022
1 parent 3968828 commit 08fd7a4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [4.0.0-beta.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2022-08-10)


### Bug Fixes

* Comment out dependency on test. ([3968828](https://github.com/xdy/xdy-pf2e-workbench/commit/39688280621a5d30cb40f661725b6f75fd31289e))
* Comment out test part of workflow as I keep running into secondary rate limits. Doesn't do anything useful anyway. ([6ebf80a](https://github.com/xdy/xdy-pf2e-workbench/commit/6ebf80a363bafc55ed4d51df581caad63828d45c))
* Make codeql run on beta branch as it seems it'll be around for a while. ([910c44a](https://github.com/xdy/xdy-pf2e-workbench/commit/910c44a555acb014db47252021d03b2793ebd5c3))
* Try to make the beta release installable. ([42c2cce](https://github.com/xdy/xdy-pf2e-workbench/commit/42c2ccea15e11aa57a7c15c62a00c10ffa882275))

# [4.0.0-beta.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2022-08-10)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-beta.3",
"version": "4.0.0-beta.4",
"id": "xdy-pf2e-workbench",
"compatibility": {
"minimum": "10.277",
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.0.0-beta.3",
"version": "4.0.0-beta.4",
"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 08fd7a4

Please sign in to comment.