Skip to content

Commit

Permalink
html-to-text version 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KillyMXI committed Dec 7, 2022
1 parent 06c4272 commit b72e55b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 6 additions & 0 deletions packages/html-to-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 9.0.2

* support multi-character code points in `encodeCharacters` option: [#267](https://github.com/html-to-text/node-html-to-text/issues/267).

All commits: [9.0.0...9.0.1](https://github.com/html-to-text/node-html-to-text/compare/9.0.1...9.0.2)

## Version 9.0.1

* fixed a broken link in readme: [#262](https://github.com/html-to-text/node-html-to-text/pull/262);
Expand Down
2 changes: 1 addition & 1 deletion packages/html-to-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-to-text",
"version": "9.0.1",
"version": "9.0.2",
"description": "Advanced html to plain text converter",
"keywords": [
"html",
Expand Down

0 comments on commit b72e55b

Please sign in to comment.