From d5cf5bad83bf58d4d6ce849f0b06110911a85e45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 May 2024 16:00:53 +0000 Subject: [PATCH] chore(release): 4.25.0 [skip ci] # [4.25.0](https://github.com/xdy/twodsix-foundryvtt/compare/v4.24.6...v4.25.0) (2024-05-26) ### Features * Make Traveller and Ship Sheet Responsive ([#1566](https://github.com/xdy/twodsix-foundryvtt/issues/1566)) ([a40b86f](https://github.com/xdy/twodsix-foundryvtt/commit/a40b86f5eb0f1379b4607e94e77579408bf974bd)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 28 ++-------------------------- package.json | 2 +- static/system.json | 4 ++-- 4 files changed, 12 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2d6088a..f5f971d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.25.0](https://github.com/xdy/twodsix-foundryvtt/compare/v4.24.6...v4.25.0) (2024-05-26) + + +### Features + +* Make Traveller and Ship Sheet Responsive ([#1566](https://github.com/xdy/twodsix-foundryvtt/issues/1566)) ([a40b86f](https://github.com/xdy/twodsix-foundryvtt/commit/a40b86f5eb0f1379b4607e94e77579408bf974bd)) + ## [4.24.6](https://github.com/xdy/twodsix-foundryvtt/compare/v4.24.5...v4.24.6) (2024-05-04) diff --git a/package-lock.json b/package-lock.json index d77d860b2..d78355585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "4.24.6", + "version": "4.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "4.24.6", + "version": "4.25.0", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", "@rollup/plugin-commonjs": "^24.1.0", @@ -11077,14 +11077,6 @@ "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/depd": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/npm/node_modules/diff": { "version": "5.2.0", "dev": true, @@ -11236,17 +11228,6 @@ "inBundle": true, "license": "ISC" }, - "node_modules/npm/node_modules/has": { - "version": "1.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/npm/node_modules/has-unicode": { "version": "2.0.1", "dev": true, @@ -11411,11 +11392,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/ip": { - "version": "2.0.0", - "dev": true, - "license": "MIT" - }, "node_modules/npm/node_modules/ip-address": { "version": "9.0.5", "dev": true, diff --git a/package.json b/package.json index b519c2fbe..fa2820ffd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "4.24.6", + "version": "4.25.0", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index ff019ea31..b704533fe 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.24.6/twodsix.zip", - "version": "4.24.6", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v4.25.0/twodsix.zip", + "version": "4.25.0", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",