From 38ad0631ca431c7e699552184cc6de643ecd9379 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2024 18:19:23 +0000 Subject: [PATCH] chore(release): 5.8.8 [skip ci] ## [5.8.8](https://github.com/xdy/twodsix-foundryvtt/compare/v5.8.7...v5.8.8) (2024-10-11) ### Bug Fixes * more responsive battle sheet ([#1661](https://github.com/xdy/twodsix-foundryvtt/issues/1661)) ([ec71542](https://github.com/xdy/twodsix-foundryvtt/commit/ec71542e82bf3db4e1b1b7714fd62e5871224e79)) --- 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 e23d3934c..859722b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.8.8](https://github.com/xdy/twodsix-foundryvtt/compare/v5.8.7...v5.8.8) (2024-10-11) + + +### Bug Fixes + +* more responsive battle sheet ([#1661](https://github.com/xdy/twodsix-foundryvtt/issues/1661)) ([ec71542](https://github.com/xdy/twodsix-foundryvtt/commit/ec71542e82bf3db4e1b1b7714fd62e5871224e79)) + ## [5.8.7](https://github.com/xdy/twodsix-foundryvtt/compare/v5.8.6...v5.8.7) (2024-10-09) diff --git a/package-lock.json b/package-lock.json index 650dd0941..ae588e3cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "5.8.7", + "version": "5.8.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "5.8.7", + "version": "5.8.8", "dependencies": { "@league-of-foundry-developers/foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#2315d2385e256f8e7011667683f0859f1f769fdf" }, diff --git a/package.json b/package.json index 741c1352f..9cc910180 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "5.8.7", + "version": "5.8.8", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 98aa8110e..e00f025f4 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.7/twodsix.zip", - "version": "5.8.7", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v5.8.8/twodsix.zip", + "version": "5.8.8", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",