From aee53abcf04736c7fb69f488fe1b6f02b9956b94 Mon Sep 17 00:00:00 2001 From: Peter Beshai Date: Wed, 6 May 2020 11:25:43 -0700 Subject: [PATCH] 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca6b2c4..0e9e53f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serialize-query-params", - "version": "1.1.0", + "version": "1.2.0", "description": "A library for simplifying encoding and decoding URL query parameters.", "main": "lib/index.js", "module": "esm/index.js",