Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonifisler committed Apr 14, 2020
1 parent cb8ce9a commit 393f20c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 1.2.0 (2020-04-14)

- replace some deprecated functions for 0.5.4
- fix config not being saved correctly
- fix base rollNPC method not used when disabling group initiaitive setting after having enabled it

## 1.1.1 (2020-04-10)

Expand Down
3 changes: 2 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"title": "Group Initiative",
"description": "Roll group initiative from the Combat tracker.",
"author": "thorni",
"version": "1.1.1",
"version": "1.2.0",
"minimumCoreVersion": "0.5.3",
"compatibleCoreVersion": "0.5.4",
"scripts": [],
"esmodules": ["group-initiative.js"],
"url": "https://github.com/tonifisler/foundry-group-initiative",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "group-initiative",
"version": "1.1.1",
"version": "1.2.0",
"description": "Roll group initiative from the combat tracker in Foundry VTT",
"main": "scripts/initiative.js",
"scripts": {
Expand Down

0 comments on commit 393f20c

Please sign in to comment.