diff --git a/CHANGELOG.md b/CHANGELOG.md index dce38bd7a..e886aab50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.1](https://github.com/xdy/twodsix-foundryvtt/compare/v5.4.0...v5.4.1) (2024-07-13) + + +### Bug Fixes + +* allow zero value for Active Effect Custom ([#1584](https://github.com/xdy/twodsix-foundryvtt/issues/1584)) ([da35659](https://github.com/xdy/twodsix-foundryvtt/commit/da35659e8a8f6b99e2b81b03a2c7ad6cbaf4e5e4)) + # [5.4.0](https://github.com/xdy/twodsix-foundryvtt/compare/v5.3.0...v5.4.0) (2024-07-13) diff --git a/package-lock.json b/package-lock.json index c217e5574..5eee0c9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twodsix", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twodsix", - "version": "5.4.0", + "version": "5.4.1", "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 ab742bd04..4a67022e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "5.4.0", + "version": "5.4.1", "description": "A 2d6 system", "scripts": { "build": "gulp build", diff --git a/static/system.json b/static/system.json index f904a43b2..d1b0bee2e 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/v5.4.0/twodsix.zip", - "version": "5.4.0", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v5.4.1/twodsix.zip", + "version": "5.4.1", "socket": true, "background": "systems/twodsix/assets/pause/sunburst.svg", "changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",