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 7, 2020
1 parent 4fc56c0 commit f28d9b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.1 (2020-04-07)

- only roll for NPCs
- avoid re-rolls once initiative is set

## 1.0.0 (2020-04-07)

- **First public release**
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Group Initiative",
"description": "Roll group initiative from the Combat tracker.",
"author": "thorni",
"version": "1.0.0",
"version": "1.0.1",
"minimumCoreVersion": "0.5.3",
"scripts": [],
"esmodules": ["group-initiative.js"],
Expand Down
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.0.0",
"version": "1.0.1",
"description": "Roll group initiative from the combat tracker in Foundry VTT",
"main": "scripts/initiative.js",
"scripts": {
Expand Down

0 comments on commit f28d9b5

Please sign in to comment.