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