diff --git a/CHANGELOG.md b/CHANGELOG.md index f359637..a9e47eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Changed - Added alt text to `README.md` +- Added `CONTRIBUTING.md` to package distribution ## Fixed diff --git a/typst.toml b/typst.toml index 482883a..8609761 100644 --- a/typst.toml +++ b/typst.toml @@ -9,4 +9,4 @@ description = "Query and display headings in your documents and templates." categories = ["components", "scripting"] keywords = ["context", "chapter", "section", "heading"] license = "MIT" -exclude = ["assets", "docs", "tests", "CONTRIBUTING.md", "Justfile"] +exclude = ["assets", "docs", "tests", "Justfile"]