From 962df0972d6b8a49b2986fff0a935d2b21a0b4bf Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 8 Sep 2022 14:41:33 -0400 Subject: [PATCH] chore: release 0.7.0 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf92994..759050d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index c79a546..4ff5733 100644 --- a/package.json +++ b/package.json @@ -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",