Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 8, 2022
1 parent c2b2fbf commit 962df09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fast-querystring

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

### Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fast-querystring",
"version": "0.6.4",
"description": "",
"version": "0.7.0",
"description": "A fast alternative to legacy querystring module",
"main": "lib/index.js",
"type": "commonjs",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 962df09

Please sign in to comment.