Skip to content

Commit f2a4b80

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent f343c50 commit f2a4b80

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/curly-poets-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/check-html-links/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# check-html-links
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/check-html-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-html-links",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)