From 070741c2833df74efffd06b354d60f4078c72074 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jun 2024 15:23:56 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] # [5.2.0](https://github.com/xdy/twodsix-foundryvtt/compare/v5.1.0...v5.2.0) (2024-06-24) ### Features * custom chain roll bonus and target modifier multiselect ([#1578](https://github.com/xdy/twodsix-foundryvtt/issues/1578)) ([0813c4d](https://github.com/xdy/twodsix-foundryvtt/commit/0813c4dd7b799903ad97bd0e0741b4f8dc0cb895)) --- 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 a034ddc2b..e1fdcfb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://github.com/xdy/twodsix-foundryvtt/compare/v5.1.0...v5.2.0) (2024-06-24) + + +### Features + +* custom chain roll bonus and target modifier multiselect ([#1578](https://github.com/xdy/twodsix-foundryvtt/issues/1578)) ([0813c4d](https://github.com/xdy/twodsix-foundryvtt/commit/0813c4dd7b799903ad97bd0e0741b4f8dc0cb895)) + # [5.1.0](https://github.com/xdy/twodsix-foundryvtt/compare/v5.0.0...v5.1.0) (2024-06-17) diff --git a/package-lock.json b/package-lock.json index 220d0b7b9..e89b651cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "5.1.0", + "version": "5.2.0", "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 a2b02df1e..33593064f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "5.1.0", + "version": "5.2.0", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 96dfd6ad0..bdd5b94af 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.1.0/twodsix.zip", - "version": "5.1.0", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v5.2.0/twodsix.zip", + "version": "5.2.0", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",