From 0b63c339f4006353d0d008d8de09ccbe0485f761 Mon Sep 17 00:00:00 2001 From: Paul-Louis Mas Date: Sun, 15 Nov 2020 13:23:12 -0500 Subject: [PATCH] v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19833ca..84ab496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-json-serializer", - "version": "1.0.2", + "version": "2.0.0", "description": "A tool that enables to use non-standard types in JSON (such as Sets, Maps, etc)", "main": "./dist/index.js", "types": "./dist/index.d.ts",