From f2a4b80f1e7efed378aa6ce77f472f8594336529 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Jan 2021 08:04:29 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-poets-hunt.md | 5 ----- packages/check-html-links/CHANGELOG.md | 6 ++++++ packages/check-html-links/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curly-poets-hunt.md diff --git a/.changeset/curly-poets-hunt.md b/.changeset/curly-poets-hunt.md deleted file mode 100644 index cd4312e..0000000 --- a/.changeset/curly-poets-hunt.md +++ /dev/null @@ -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. diff --git a/packages/check-html-links/CHANGELOG.md b/packages/check-html-links/CHANGELOG.md index 4ad4eb1..dcd6767 100644 --- a/packages/check-html-links/CHANGELOG.md +++ b/packages/check-html-links/CHANGELOG.md @@ -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 diff --git a/packages/check-html-links/package.json b/packages/check-html-links/package.json index c353148..5cd104f 100644 --- a/packages/check-html-links/package.json +++ b/packages/check-html-links/package.json @@ -1,6 +1,6 @@ { "name": "check-html-links", - "version": "0.1.1", + "version": "0.1.2", "publishConfig": { "access": "public" },