From 7a6dc2064b095eb3d2099e162f8271682a400e66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Jul 2020 17:20:26 +0000 Subject: [PATCH] chore(release): 0.2.4 [skip ci] ## [0.2.4](https://github.com/xdy/twodsix-foundryvtt/compare/v0.2.3...v0.2.4) (2020-07-22) ### Bug Fixes * Skill rolls now support difficulty and 'roll type' (e.g. advantage/disadvantage, 3d6kh2/3d6kl2) ([c25ccee](https://github.com/xdy/twodsix-foundryvtt/commit/c25ccee7c8c99a6c4e503267abc1f2734edb58c5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- static/system.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26a6a85b..56caa06f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.4](https://github.com/xdy/twodsix-foundryvtt/compare/v0.2.3...v0.2.4) (2020-07-22) + + +### Bug Fixes + +* Skill rolls now support difficulty and 'roll type' (e.g. advantage/disadvantage, 3d6kh2/3d6kl2) ([c25ccee](https://github.com/xdy/twodsix-foundryvtt/commit/c25ccee7c8c99a6c4e503267abc1f2734edb58c5)) + ## [0.2.3](https://github.com/xdy/twodsix-foundryvtt/compare/v0.2.2...v0.2.3) (2020-07-21) diff --git a/package-lock.json b/package-lock.json index a596da825..040227108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twodsix", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c36a63372..022355c36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "0.2.3", + "version": "0.2.4", "description": "A 2d6 system", "scripts": { "build": "webpack --mode production", diff --git a/static/system.json b/static/system.json index 6cc21e09e..566bab2f7 100644 --- a/static/system.json +++ b/static/system.json @@ -4,7 +4,7 @@ "url": "https://github.com/xdy/twodsix-foundryvtt/", "manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/system.json", "download": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/twodsix.zip", - "version": "0.2.3", + "version": "0.2.4", "author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816)", "bugs": "", "changelog": "",