Skip to content

Commit 32e48a2

Browse files
KyeRussellljharb
authored andcommitted
[meta] Fix changelog formatting bug
A proper Markdown list wasn't used in the last set of changelog changes.
1 parent ef0b96f commit 32e48a2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## **6.13.1**
2-
[Fix] `stringify`: avoid a crash when a `filter` key is `null`
3-
[Fix] `utils.merge`: functions should not be stringified into keys
4-
[Fix] `parse`: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
5-
[Fix] `stringify`: ensure a non-string `filter` does not crash
6-
[Refactor] use `__proto__` syntax instead of `Object.create` for null objects
7-
[Refactor] misc cleanup
8-
[Tests] `utils.merge`: add some coverage
9-
[Tests] fix a test case
10-
[actions] split out node 10-20, and 20+
11-
[Dev Deps] update `es-value-fixtures`, `mock-property`, `object-inspect`, `tape`
2+
- [Fix] `stringify`: avoid a crash when a `filter` key is `null`
3+
- [Fix] `utils.merge`: functions should not be stringified into keys
4+
- [Fix] `parse`: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
5+
- [Fix] `stringify`: ensure a non-string `filter` does not crash
6+
- [Refactor] use `__proto__` syntax instead of `Object.create` for null objects
7+
- [Refactor] misc cleanup
8+
- [Tests] `utils.merge`: add some coverage
9+
- [Tests] fix a test case
10+
- [actions] split out node 10-20, and 20+
11+
- [Dev Deps] update `es-value-fixtures`, `mock-property`, `object-inspect`, `tape`
1212

1313
## **6.13.0**
1414
- [New] `parse`: add `strictDepth` option (#511)

0 commit comments

Comments
 (0)