From 59fe505c16f844e557facba92017d2627dd764ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jan 2022 20:21:00 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/xdy/twodsix-foundryvtt/compare/v1.2.0...v1.3.0) (2022-01-03) ### Features * allow for skill in roll formulas ([#753](https://github.com/xdy/twodsix-foundryvtt/issues/753)) ([5c8bdf7](https://github.com/xdy/twodsix-foundryvtt/commit/5c8bdf7e7dae73f8498ec075d307a37e7ebab822)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f66177e14..1a0dd3e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/xdy/twodsix-foundryvtt/compare/v1.2.0...v1.3.0) (2022-01-03) + + +### Features + +* allow for skill in roll formulas ([#753](https://github.com/xdy/twodsix-foundryvtt/issues/753)) ([5c8bdf7](https://github.com/xdy/twodsix-foundryvtt/commit/5c8bdf7e7dae73f8498ec075d307a37e7ebab822)) + # [1.2.0](https://github.com/xdy/twodsix-foundryvtt/compare/v1.1.1...v1.2.0) (2022-01-03) diff --git a/package-lock.json b/package-lock.json index 97c7dab1d..8e7bb88e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twodsix", - "version": "1.2.0", + "version": "1.3.0", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.238.1", "@rollup/plugin-commonjs": "^21.0.1", diff --git a/package.json b/package.json index 3945999ce..c8900bfee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "1.2.0", + "version": "1.3.0", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 159b2dfce..249796b85 100644 --- a/static/system.json +++ b/static/system.json @@ -6,7 +6,7 @@ "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/latest/download/twodsix.zip", - "version": "1.2.0", + "version": "1.3.0", "socket": true, "author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816)", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",