Skip to content

Commit ba9703c

Browse files
committed
v6.10.4
1 parent 4e44019 commit ba9703c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## **6.10.4**
2+
- [Fix] `stringify`: with `arrayFormat: comma`, include an explicit `[]` on a single-item array (#441)
3+
- [meta] use `npmignore` to autogenerate an npmignore file
4+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-symbol`, `object-inspect`, `tape`
5+
16
## **6.10.3**
27
- [Fix] `parse`: ignore `__proto__` keys (#428)
38
- [Robustness] `stringify`: avoid relying on a global `undefined` (#427)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qs",
33
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
44
"homepage": "https://github.com/ljharb/qs",
5-
"version": "6.10.3",
5+
"version": "6.10.4",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/ljharb/qs.git"

0 commit comments

Comments
 (0)