From 07a946ac2959226c3faead37b85f58d0ffcad537 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Tue, 6 Sep 2022 16:56:09 -0400 Subject: [PATCH] chore: release 0.6.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fa7bdc..77ff47e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fast-querystring -Fast query-string parser to replace the legacy `node:querystring` parse function. +Fast query-string parser to replace the legacy `node:querystring` parse & stringify functions. ### Installation diff --git a/package.json b/package.json index 4e04e60..373d060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-querystring", - "version": "0.5.0", + "version": "0.6.0", "description": "", "main": "lib/index.js", "type": "commonjs",