From 3e6e58f291547e9071643c39cbc0e53869f9d902 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 May 2024 17:31:50 +0000 Subject: [PATCH] chore(release): 4.25.1 [skip ci] ## [4.25.1](https://github.com/xdy/twodsix-foundryvtt/compare/v4.25.0...v4.25.1) (2024-05-26) ### Bug Fixes * missing ship-cargo weights and vehicle-shipping size ([#1569](https://github.com/xdy/twodsix-foundryvtt/issues/1569)) ([3835487](https://github.com/xdy/twodsix-foundryvtt/commit/383548799b10d9029e9affefea9baef4ae9d33f0)) --- 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 f5f971d33..c16ce4c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.25.1](https://github.com/xdy/twodsix-foundryvtt/compare/v4.25.0...v4.25.1) (2024-05-26) + + +### Bug Fixes + +* missing ship-cargo weights and vehicle-shipping size ([#1569](https://github.com/xdy/twodsix-foundryvtt/issues/1569)) ([3835487](https://github.com/xdy/twodsix-foundryvtt/commit/383548799b10d9029e9affefea9baef4ae9d33f0)) + # [4.25.0](https://github.com/xdy/twodsix-foundryvtt/compare/v4.24.6...v4.25.0) (2024-05-26) diff --git a/package-lock.json b/package-lock.json index d78355585..4b122775a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "4.25.0", + "version": "4.25.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "4.25.0", + "version": "4.25.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 fa2820ffd..b19c7a694 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "4.25.0", + "version": "4.25.1", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index b704533fe..3109d3084 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/v4.25.0/twodsix.zip", - "version": "4.25.0", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v4.25.1/twodsix.zip", + "version": "4.25.1", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",