Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2024
1 parent 533640e commit fda51f4
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.2.1 (2024-03-02)

### Fix

- export types file

## v1.2.0 (2023-10-21)

### Feat
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",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"description": "A lightweight JavaScript library for converting various markup documents into an annotated text format consumable by LanguageTool.",
"engines": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"typescript": "^5.3.3",
"unified": "^10.1.2"
}
}
}

0 comments on commit fda51f4

Please sign in to comment.