From e0a917b0eda9d050194e9e1ee65f9765764c83e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 18:53:48 +0000 Subject: [PATCH] chore(release): 5.8.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1576177..f36fdc699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 93da64cd5..ca95129d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "5.8.0", + "version": "5.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "5.8.0", + "version": "5.8.1", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", "@rollup/plugin-commonjs": "^24.1.0", diff --git a/package.json b/package.json index 9178dcc21..eea94e004 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "5.8.0", + "version": "5.8.1", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 6caca64bf..059acac99 100644 --- a/static/system.json +++ b/static/system.json @@ -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",