diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fd472a..017c2b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## **6.10.5** +- [Fix] `stringify`: with `arrayFormat: comma`, properly include an explicit `[]` on a single-item array (#434) + ## **6.10.4** - [Fix] `stringify`: with `arrayFormat: comma`, include an explicit `[]` on a single-item array (#441) - [meta] use `npmignore` to autogenerate an npmignore file diff --git a/package.json b/package.json index 65f7d493..d07ebd9b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qs", "description": "A querystring parser that supports nesting and arrays, with a depth limit", "homepage": "https://github.com/ljharb/qs", - "version": "6.10.4", + "version": "6.10.5", "repository": { "type": "git", "url": "https://github.com/ljharb/qs.git"