diff --git a/CHANGELOG.md b/CHANGELOG.md index ce60c8e..d64a344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.0.9 (2024-03-02) + +### Fix + +- export types + ## v1.0.8 (2023-10-22) ### Fix diff --git a/package-lock.json b/package-lock.json index 6c290f6..3a516b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "annotatedtext-remark", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "annotatedtext-remark", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "dependencies": { "annotatedtext": "^1.0.5", diff --git a/package.json b/package.json index 44ebf3c..91dd417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "annotatedtext-remark", - "version": "1.0.8", + "version": "1.0.9", "description": "A lightweight JavaScript library based on annotatedtext and remark-parse for converting markdown documents into an annotated text format consumable by LanguageTool as AnnotatedText.", "type": "module", "engines": { @@ -57,4 +57,4 @@ "mocha": "^10.2.0", "typescript": "^5.3.3" } -} \ No newline at end of file +}