Skip to content

Commit

Permalink
chore(release): 4.25.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.25.2](v4.25.1...v4.25.2) (2024-06-07)

### Bug Fixes

* missing species field and style updates ([#1574](#1574)) ([4100ac8](4100ac8))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 4100ac8 commit 8c479da
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.25.2](https://github.com/xdy/twodsix-foundryvtt/compare/v4.25.1...v4.25.2) (2024-06-07)


### Bug Fixes

* missing species field and style updates ([#1574](https://github.com/xdy/twodsix-foundryvtt/issues/1574)) ([4100ac8](https://github.com/xdy/twodsix-foundryvtt/commit/4100ac843157bcac015896dea65701cf63b51fe9))

## [4.25.1](https://github.com/xdy/twodsix-foundryvtt/compare/v4.25.0...v4.25.1) (2024-05-26)


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": "4.25.1",
"version": "4.25.2",
"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/v4.25.1/twodsix.zip",
"version": "4.25.1",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v4.25.2/twodsix.zip",
"version": "4.25.2",
"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 8c479da

Please sign in to comment.