Skip to content

Commit 07a946a

Browse files
committedSep 6, 2022
chore: release 0.6.0
1 parent 0f4707d commit 07a946a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎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 function.
3+
Fast query-string parser to replace the legacy `node:querystring` parse & stringify functions.
44

55
### Installation
66

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-querystring",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "",
55
"main": "lib/index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)
Please sign in to comment.