Skip to content

Commit

Permalink
bump: version 1.0.8 → 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2024
1 parent 459d2b9 commit 16ef427
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.9 (2024-03-02)

### Fix

- export types

## v1.0.8 (2023-10-22)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"mocha": "^10.2.0",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 16ef427

Please sign in to comment.