diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9ab3cfc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# PF2e Macro & Helper Library Changelog + +## Release 0.1 +- Existance begins. \ No newline at end of file diff --git a/README.md b/README.md index 8437944..f6e60ae 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Provides a dialog to pick from a list of choices. Merges provided `dialogOptions identifier?: } ``` -Example image (produced via the following helper): +Example image (produced via pickItemFromActor above): ![](https://i.imgur.com/5pHRAl7.png) diff --git a/module.json b/module.json index 6fd3cf2..72f5f87 100644 --- a/module.json +++ b/module.json @@ -32,6 +32,12 @@ "minimum": "5.12" } } + ], + "recommended": [ + { + "id":"item-piles", + "type":"module" + } ] }, "license": "LICENSE", @@ -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" }