Skip to content

Commit

Permalink
html-to-text version 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KillyMXI committed Dec 14, 2022
1 parent 5ddab20 commit 99388e6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
20 changes: 12 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.1"
}
Expand Down
1 change: 1 addition & 0 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@selderee/plugin-htmlparser2": "^0.10.0",
"deepmerge": "^4.2.2",
"dom-serializer": "^2.0.0",
"htmlparser2": "^8.0.1",
"selderee": "^0.10.0"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/html-to-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 9.0.3

* document the usage of metadata object;
* explicitly mention `dom-serializer` dependency: [#269](https://github.com/html-to-text/node-html-to-text/issues/269).

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

## 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).
Expand Down
3 changes: 2 additions & 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.2",
"version": "9.0.3",
"description": "Advanced html to plain text converter",
"keywords": [
"html",
Expand Down Expand Up @@ -50,6 +50,7 @@
"dependencies": {
"@selderee/plugin-htmlparser2": "^0.10.0",
"deepmerge": "^4.2.2",
"dom-serializer": "^2.0.0",
"htmlparser2": "^8.0.1",
"selderee": "^0.10.0"
},
Expand Down

0 comments on commit 99388e6

Please sign in to comment.