From 7865054e0a143a31f652f4eecaa20b2726ec4c4a Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Tue, 4 May 2021 14:20:58 +0200 Subject: [PATCH] v0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e62c77b..0e89657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mswjs/cookies", - "version": "0.1.4", + "version": "0.1.5", "description": "Virtual cookies store to manage Request/Response associations.", "main": "lib/index.js", "scripts": {