diff --git a/CHANGELOG.md b/CHANGELOG.md index 631bd4c03..6d162660d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.19.0](https://github.com/xdy/twodsix-foundryvtt/compare/v4.18.3...v4.19.0) (2024-01-18) + + +### Features + +* Improve compatibility with CE and Clement Sector rules ([#1534](https://github.com/xdy/twodsix-foundryvtt/issues/1534)) ([94668b8](https://github.com/xdy/twodsix-foundryvtt/commit/94668b806281377cd35e830e697dfeb0141f56bf)) + ## [4.18.3](https://github.com/xdy/twodsix-foundryvtt/compare/v4.18.2...v4.18.3) (2024-01-16) diff --git a/package-lock.json b/package-lock.json index 3eea0b132..e2bb578c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "4.18.3", + "version": "4.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "4.18.3", + "version": "4.19.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 973267618..163aa6a2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "4.18.3", + "version": "4.19.0", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index 79a0a02f8..1a23c1764 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/v4.18.3/twodsix.zip", - "version": "4.18.3", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v4.19.0/twodsix.zip", + "version": "4.19.0", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",