Skip to content

Commit

Permalink
chore(release): 5.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.8.1](v5.8.0...v5.8.1) (2024-09-09)

### Bug Fixes

* Localization style and ES updates ([#1629](#1629)) ([7b1ddfe](7b1ddfe))
  • Loading branch information
semantic-release-bot committed Sep 9, 2024
1 parent 7b1ddfe commit e0a917b
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 @@
## [5.8.1](https://github.com/xdy/twodsix-foundryvtt/compare/v5.8.0...v5.8.1) (2024-09-09)


### Bug Fixes

* Localization style and ES updates ([#1629](https://github.com/xdy/twodsix-foundryvtt/issues/1629)) ([7b1ddfe](https://github.com/xdy/twodsix-foundryvtt/commit/7b1ddfed4cd3fae23fbc9f0268c4d40b85721d47))

# [5.8.0](https://github.com/xdy/twodsix-foundryvtt/compare/v5.7.1...v5.8.0) (2024-09-06)


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": "5.8.0",
"version": "5.8.1",
"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/v5.8.0/twodsix.zip",
"version": "5.8.0",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v5.8.1/twodsix.zip",
"version": "5.8.1",
"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 e0a917b

Please sign in to comment.