diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0e9c767..e58efe95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.5](https://github.com/xdy/twodsix-foundryvtt/compare/v3.2.4...v3.2.5) (2023-07-04) + + +### Bug Fixes + +* error on create actor - untrained not created yet ([#1394](https://github.com/xdy/twodsix-foundryvtt/issues/1394)) ([cc80a5f](https://github.com/xdy/twodsix-foundryvtt/commit/cc80a5f0d73228512e9eb468ee3b686b9880d5fc)) + ## [3.2.4](https://github.com/xdy/twodsix-foundryvtt/compare/v3.2.3...v3.2.4) (2023-07-03) diff --git a/package-lock.json b/package-lock.json index 139e112c2..8a71199cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "3.2.4", + "version": "3.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "3.2.4", + "version": "3.2.5", "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 f7c00f784..e4be329e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "3.2.4", + "version": "3.2.5", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 78e337f97..8c73de8d4 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.2.4/twodsix.zip", - "version": "3.2.4", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v3.2.5/twodsix.zip", + "version": "3.2.5", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",