Version Packages

This commit is contained in:
github-actions[bot]
2021-01-28 08:04:29 +00:00
committed by Thomas Allmer
parent f343c5030a
commit f2a4b80f1e
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'check-html-links': patch
---
When reading bigger files, especially bigger files with all content on one line it could mean a read chunk is in the middle of a character. This can lead to strange symbols in the resulting string. The `hightWaterMark` is now increased from the node default of 16KB to 256KB. Additionally, the `hightWaterMark` is now synced for reading and parsing.

View File

@@ -1,5 +1,11 @@
# check-html-links
## 0.1.2
### Patch Changes
- f343c50: When reading bigger files, especially bigger files with all content on one line it could mean a read chunk is in the middle of a character. This can lead to strange symbols in the resulting string. The `hightWaterMark` is now increased from the node default of 16KB to 256KB. Additionally, the `hightWaterMark` is now synced for reading and parsing.
## 0.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "check-html-links",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},