Skip to content

Commit

Permalink
update manifest, prep for release test
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Jan 9, 2024
1 parent 33af972 commit 7f1326d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# PF2e Macro & Helper Library Changelog

## Release 0.1
- Existance begins.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Provides a dialog to pick from a list of choices. Merges provided `dialogOptions
identifier?: <string>
}
```
Example image (produced via the following helper):
Example image (produced via pickItemFromActor above):

![](https://i.imgur.com/5pHRAl7.png)

Expand Down
11 changes: 10 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"minimum": "5.12"
}
}
],
"recommended": [
{
"id":"item-piles",
"type":"module"
}
]
},
"license": "LICENSE",
Expand All @@ -44,5 +50,8 @@
"version": "0.1",
"manifest": "updatedByRelease",
"url": "updatedByRelease",
"download": "updatedByRelease"
"download": "updatedByRelease",
"readme":"https://github.com/esheyw/pf2e-macro-helper-library/blob/main/README.md",
"bugs":"https://github.com/esheyw/pf2e-macro-helper-library/issues",
"changelog": "https://github.com/esheyw/pf2e-macro-helper-library/blob/main/CHANGELOG.md"
}

0 comments on commit 7f1326d

Please sign in to comment.