From b63ff72db578f7f3e86d48a9e5348ed11b1ac3fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Feb 2021 14:01:27 +0000 Subject: [PATCH] chore(release): 0.7.17 [skip ci] ## [0.7.17](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.16...v0.7.17) (2021-02-06) ### Bug Fixes * Fixed release.sh, it was missing part of the path for master. ([9439dd6](https://github.com/xdy/twodsix-foundryvtt/commit/9439dd6ecf9c725607ba653dab50541033bf02aa)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- static/system.json | 6 +++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4062e8f4..3c350a33f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.17](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.16...v0.7.17) (2021-02-06) + + +### Bug Fixes + +* Fixed release.sh, it was missing part of the path for master. ([9439dd6](https://github.com/xdy/twodsix-foundryvtt/commit/9439dd6ecf9c725607ba653dab50541033bf02aa)) + ## [0.7.16](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.15...v0.7.16) (2021-02-06) diff --git a/package-lock.json b/package-lock.json index 7d54d7970..7ea61fbe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twodsix", - "version": "0.7.16", + "version": "0.7.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c304ecdb2..a11707117 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "0.7.16", + "version": "0.7.17", "description": "A 2d6 system", "scripts": { "build": "webpack --mode production", diff --git a/static/system.json b/static/system.json index aa2b75619..f10054bc6 100644 --- a/static/system.json +++ b/static/system.json @@ -3,10 +3,10 @@ "name": "twodsix", "title": "Twodsix - Cepheus & Traveller (Unofficial)", "url": "https://github.com/xdy/twodsix-foundryvtt/", - "manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/system.json", + "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/twodsix.zip", - "version": "0.7.16", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/twodsix.zip", + "version": "0.7.17", "author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816)", "bugs": "Plenty of them, this is an early alpha...", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",