From 3de2b13c2e7002e422a1585c6d8d3ab03206b586 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Sep 2024 13:19:56 +0000 Subject: [PATCH] chore(release): 5.8.3 [skip ci] ## [5.8.3](https://github.com/xdy/twodsix-foundryvtt/compare/v5.8.2...v5.8.3) (2024-09-21) ### Bug Fixes * missing cargo key in component list ([#1638](https://github.com/xdy/twodsix-foundryvtt/issues/1638)) ([4b864c3](https://github.com/xdy/twodsix-foundryvtt/commit/4b864c30caaa5cbcd746ba3c46753c6cd69e8c5f)) --- 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 d01dcfaac..395bcb175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.8.3](https://github.com/xdy/twodsix-foundryvtt/compare/v5.8.2...v5.8.3) (2024-09-21) + + +### Bug Fixes + +* missing cargo key in component list ([#1638](https://github.com/xdy/twodsix-foundryvtt/issues/1638)) ([4b864c3](https://github.com/xdy/twodsix-foundryvtt/commit/4b864c30caaa5cbcd746ba3c46753c6cd69e8c5f)) + ## [5.8.2](https://github.com/xdy/twodsix-foundryvtt/compare/v5.8.1...v5.8.2) (2024-09-19) diff --git a/package-lock.json b/package-lock.json index a995c4dd0..1e6e9317f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "5.8.2", + "version": "5.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "5.8.2", + "version": "5.8.3", "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 385923b9e..7b94bfdb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "5.8.2", + "version": "5.8.3", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 0b78a6e3b..295dcd6fa 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.2/twodsix.zip", - "version": "5.8.2", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v5.8.3/twodsix.zip", + "version": "5.8.3", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",