From 94198194fc70bb01071c66702c4b167330475de5 Mon Sep 17 00:00:00 2001 From: kettanaito Date: Thu, 6 Oct 2022 23:10:22 +0000 Subject: [PATCH] chore(release): v1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a35f677..46f1f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mswjs/cookies", - "version": "0.2.2", + "version": "1.0.0", "description": "Manage request/response cookies in the environments where those are not supported.", "main": "lib/index.js", "module": "lib/index.mjs", @@ -50,4 +50,4 @@ "typescript": "^4.0.5", "whatwg-fetch": "^3.5.0" } -} +} \ No newline at end of file