diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c81ffe68..abfaecccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.83](https://github.com/xdy/twodsix-foundryvtt/compare/v0.6.82...v0.6.83) (2021-01-05) + + +### Bug Fixes + +* Hide ruleset setting from players. ([80313aa](https://github.com/xdy/twodsix-foundryvtt/commit/80313aa046255c2f500399293fd73e38fa91a582)), closes [#279](https://github.com/xdy/twodsix-foundryvtt/issues/279) + ## [0.6.82](https://github.com/xdy/twodsix-foundryvtt/compare/v0.6.81...v0.6.82) (2021-01-05) diff --git a/package-lock.json b/package-lock.json index f5c018e23..c4af4f481 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twodsix", - "version": "0.6.82", + "version": "0.6.83", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c11bbecd..618849b78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "0.6.82", + "version": "0.6.83", "description": "A 2d6 system", "scripts": { "build": "webpack --mode production", diff --git a/static/system.json b/static/system.json index 9d05dde92..94832508b 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.82", + "version": "0.6.83", "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",