From 495e17cc276dc8ddffab48d0d76389c616a6cce4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Oct 2020 11:01:18 +0000 Subject: [PATCH] chore(release): 0.6.37 [skip ci] ## [0.6.37](https://github.com/xdy/twodsix-foundryvtt/compare/v0.6.36...v0.6.37) (2020-10-18) ### Bug Fixes * Courtesy of marvin9257: Full compendiums for Cepheus FTL, added Psionics compendium for Cepheus Light, updated skills and weapons for Cepheus Light. ([1deee92](https://github.com/xdy/twodsix-foundryvtt/commit/1deee927eed134cf09808fe976c06fc37a2e957e)) --- 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 c428bdd26..7fff1b31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.37](https://github.com/xdy/twodsix-foundryvtt/compare/v0.6.36...v0.6.37) (2020-10-18) + + +### Bug Fixes + +* Courtesy of marvin9257: Full compendiums for Cepheus FTL, added Psionics compendium for Cepheus Light, updated skills and weapons for Cepheus Light. ([1deee92](https://github.com/xdy/twodsix-foundryvtt/commit/1deee927eed134cf09808fe976c06fc37a2e957e)) + ## [0.6.36](https://github.com/xdy/twodsix-foundryvtt/compare/v0.6.35...v0.6.36) (2020-10-14) diff --git a/package-lock.json b/package-lock.json index 685d19d28..408e917d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twodsix", - "version": "0.6.36", + "version": "0.6.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93c312d39..3c4c53efc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "0.6.36", + "version": "0.6.37", "description": "A 2d6 system", "scripts": { "build": "webpack --mode production", diff --git a/static/system.json b/static/system.json index 379514642..2c4f7ecb3 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": "0.6.36", + "version": "0.6.37", "author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816), Rob (RobCubed #9180)", "bugs": "Plenty of them, this is an early alpha...", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",