Skip to content

Commit 0c0a7dc

Browse files
committed
update maintenance docs
1 parent a92a665 commit 0c0a7dc

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion
44

5+
**4.5.5 / 2026-03-22**
6+
7+
apply fixes from v5 (legacy maintenance branch v4-maintenance)
8+
9+
- support maxEntityCount
10+
- support onDangerousProperty
11+
- support maxNestedTags
12+
- handle prototype pollution
13+
- fix incorrect entity name replacement
14+
- fix incorrect condition for entity expansion
15+
516
**5.5.8 / 2026-03-20**
617
- pass read only matcher in callback
718

docs/CHECK_LIST.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@ Post release
2727
* [ ] Sync master and dev branches
2828

2929
To remove tag
30-
git tag -d <tag_name>
30+
git tag -d <tag_name>
31+
32+
---
33+
34+
v4 legacy maintenance branch v4-maintenance
35+
36+
- `npm publish --tag legacy`
37+
- `git push origin v4-maintenance --tags`
38+
- update relevant CVE if applicable

0 commit comments

Comments
 (0)