From 3406152f4a331d30779fc7c961b63f442a0ba53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haz=20=C3=86=2041?= <4405263+hazae41@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:43:11 +0200 Subject: [PATCH] 1.5.13 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index da3781b2..cfedb06f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hazae41/xswr", - "version": "1.5.12", + "version": "1.5.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hazae41/xswr", - "version": "1.5.12", + "version": "1.5.13", "license": "MIT", "dependencies": { "@hazae41/bytes": "^1.0.4", diff --git a/package.json b/package.json index f7d75edf..8e78b611 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@hazae41/xswr", - "version": "1.5.12", + "version": "1.5.13", "author": "hazae41", "license": "MIT", "description": "Yet another React data (re)fetching library",