Skip to content

Commit 962df09

Browse files
committed
chore: release 0.7.0
1 parent c2b2fbf commit 962df09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fast-querystring
22

3-
Fast query-string parser to replace the legacy `node:querystring` parse & stringify functions.
3+
Fast query-string parser and stringifier to replace the legacy `node:querystring` module.
44

55
### Installation
66

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fast-querystring",
3-
"version": "0.6.4",
4-
"description": "",
3+
"version": "0.7.0",
4+
"description": "A fast alternative to legacy querystring module",
55
"main": "lib/index.js",
66
"type": "commonjs",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)