Skip to content

Commit

Permalink
chore(release): 3.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.5](v3.2.4...v3.2.5) (2023-07-04)

### Bug Fixes

* error on create actor - untrained not created yet ([#1394](#1394)) ([cc80a5f](cc80a5f))
  • Loading branch information
semantic-release-bot committed Jul 4, 2023
1 parent cc80a5f commit e838a44
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 @@
## [3.2.5](https://github.com/xdy/twodsix-foundryvtt/compare/v3.2.4...v3.2.5) (2023-07-04)


### Bug Fixes

* error on create actor - untrained not created yet ([#1394](https://github.com/xdy/twodsix-foundryvtt/issues/1394)) ([cc80a5f](https://github.com/xdy/twodsix-foundryvtt/commit/cc80a5f0d73228512e9eb468ee3b686b9880d5fc))

## [3.2.4](https://github.com/xdy/twodsix-foundryvtt/compare/v3.2.3...v3.2.4) (2023-07-03)


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": "twodsix",
"version": "3.2.4",
"version": "3.2.5",
"description": "A 2d6 system",
"scripts": {
"build": "gulp build",
Expand Down
4 changes: 2 additions & 2 deletions static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://github.com/xdy/twodsix-foundryvtt/",
"manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/system.json",
"readme": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/README.md",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v3.2.4/twodsix.zip",
"version": "3.2.4",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v3.2.5/twodsix.zip",
"version": "3.2.5",
"socket": true,
"background": "systems/twodsix/assets/pause/sunburst.svg",
"changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",
Expand Down

0 comments on commit e838a44

Please sign in to comment.