From a98c948ad735c78493f34c7ffe6c31c6b67274af Mon Sep 17 00:00:00 2001 From: RustamRu Date: Thu, 20 Mar 2025 14:43:02 +0300 Subject: [PATCH] 0.12.0 --- 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 10a5292..d309d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dry-wash", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dry-wash", - "version": "0.11.0", + "version": "0.12.0", "license": "ISC", "dependencies": { "@babel/core": "^7.26.7", diff --git a/package.json b/package.json index 49d7bba..acdfd11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dry-wash", - "version": "0.11.0", + "version": "0.12.0", "description": "", "main": "./src/index.tsx", "scripts": {