diff --git a/CHANGELOG.md b/CHANGELOG.md index cd627b863..d2f9a5f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.8.0](https://github.com/xdy/twodsix-foundryvtt/compare/v3.7.1...v3.8.0) (2023-08-10) + + +### Features + +* add settings divisions and tabs ([#1443](https://github.com/xdy/twodsix-foundryvtt/issues/1443)) ([72b0d56](https://github.com/xdy/twodsix-foundryvtt/commit/72b0d56290b443f879827e6211ab763dd6d30ef6)) + ## [3.7.1](https://github.com/xdy/twodsix-foundryvtt/compare/v3.7.0...v3.7.1) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 4e757cf17..36287dcfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "3.7.1", + "version": "3.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "3.7.1", + "version": "3.8.0", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", "@rollup/plugin-commonjs": "^24.1.0", diff --git a/package.json b/package.json index 5c68f75f6..689d6ff62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "3.7.1", + "version": "3.8.0", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 84afead6b..2186621e9 100644 --- a/static/system.json +++ b/static/system.json @@ -4,8 +4,8 @@ "url": "https://github.com/xdy/twodsix-foundryvtt/", "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/download/v3.7.1/twodsix.zip", - "version": "3.7.1", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v3.8.0/twodsix.zip", + "version": "3.8.0", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",