From fde7c8be022ee0cfb0d3635e0add24870bb8f211 Mon Sep 17 00:00:00 2001 From: Piotr Tarasiuk <17828599+piotar@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:34:48 +0200 Subject: [PATCH] 0.4.3 --- 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 a484c2c3..f7e6cffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@piotar/react-promise-bridge", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@piotar/react-promise-bridge", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "devDependencies": { "@testing-library/react": "14.0.0", diff --git a/package.json b/package.json index 87db6855..f7fe5ee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@piotar/react-promise-bridge", - "version": "0.4.2", + "version": "0.4.3", "description": "A library that allows you to easily manage components that ultimately return a value as a `Promise` in `React`.", "repository": { "type": "git",