Skip to content

Commit

Permalink
v2.0.0 changes for changelog and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
schultzcole committed Jul 21, 2020
1 parent 97b6142 commit 4a8ba23
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## [2.0.0] 2020-07-20

This update is compatible with dnd5e 0.9.4 and up *ONLY*.

### CHANGED

- Add compatibility for dnd5e 0.9.4.
- Make it hopefully Forge Bazaar compatible?

## [1.3.0] 2020-06-23

### ADDED
Expand Down
20 changes: 11 additions & 9 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "skill-customization-5e",
"title": "Skill Customization for D&D5e",
"description": "Gives the ability to apply arbitrary flat bonuses to skill rolls as well as changing the base ability modifier a skill roll uses.",
"systems": ["dnd5e"],
"version": "1.3.0",
"systems": [
"dnd5e"
],
"version": "2.0.0",
"author": "Cole Schultz (cole#9640)",
"esmodules": [
"skl-customization.js"
Expand All @@ -12,11 +14,11 @@
"skl-cust-styles.css"
],
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion": "0.6.4",
"url": "https://github.com/schultzcole/FVTT-Skill-Customization-5e",
"manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Skill-Customization-5e/master/module.json",
"download": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/archive/1.3.0.zip",
"license": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/1.3.0/LICENSE",
"readme": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/1.3.0/README.md",
"changelog": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/1.3.0/CHANGELOG.md"
"compatibleCoreVersion": "0.6.5",
"url": "https://github.com/schultzcole/FVTT-Skill-Customization-5e",
"manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Skill-Customization-5e/master/module.json",
"download": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/archive/2.0.0.zip",
"license": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/2.0.0/LICENSE",
"readme": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/2.0.0/README.md",
"changelog": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/2.0.0/CHANGELOG.md"
}

0 comments on commit 4a8ba23

Please sign in to comment.