Skip to content

Commit

Permalink
Merge pull request #209 from edzillion/dev
Browse files Browse the repository at this point in the history
v0.8.1
  • Loading branch information
edzillion committed Mar 5, 2021
2 parents c846dc9 + a8f8711 commit a3b6321
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG


## [0.8.1]

### BUGFIXES

- Fixed customAttributePaths bug

## [0.8.0]

### MAJOR UPDATE
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "blood-n-guts",
"changelog": "",
"version": "0.8.0",
"version": "0.8.1",
"description": "Spray your dungeons with blood! A module for FoundryVTT",
"author": "edzillion",
"license": "GNU GPLv3.0 & 'Commons Clause' License Condition v1.0",
Expand Down
Binary file added package/blood-n-guts-v0.8.1.zip
Binary file not shown.
1 change: 1 addition & 0 deletions src/blood-n-guts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export class BloodNGuts {
let currentAttributeChoice;
if (
BloodNGuts.system != null &&
BloodNGuts.system.customAttributePaths &&
BloodNGuts.system.customAttributePaths[BloodNGuts.system.supportedTypes.indexOf(actorType)]
)
currentAttributeChoice =
Expand Down
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Blood 'n Guts",
"description": "Blood 'n Guts creates blood spray and splatter when tokens recieve damage, drawing to the floor and tokens, and drawing trails of blood after tokens who have taken damage. Many options are configurable.",
"author": "edzillion",
"version": "0.8.0",
"version": "0.8.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.7.9",
"esmodules": [
Expand All @@ -16,8 +16,8 @@
],
"url": "https://github.com/edzillion/blood-n-guts",
"manifest": "https://raw.githubusercontent.com/edzillion/blood-n-guts/master/src/module.json",
"download": "https://github.com/edzillion/blood-n-guts/releases/download/v0.8.0/blood-n-guts-v0.8.0.zip",
"changelog": "https://github.com/edzillion/blood-n-guts/blob/v0.8.0/changelog.md",
"download": "https://github.com/edzillion/blood-n-guts/releases/download/v0.8.1/blood-n-guts-v0.8.1.zip",
"changelog": "https://github.com/edzillion/blood-n-guts/blob/v0.8.1/changelog.md",
"bugs": "https://github.com/edzillion/blood-n-guts/issues",
"allowBugReporter": true
}

0 comments on commit a3b6321

Please sign in to comment.