From 4d1a9922c33e21e02878a3e06723f1918d5445cf Mon Sep 17 00:00:00 2001 From: Alexey Taktarov Date: Wed, 22 Sep 2021 19:25:27 +0300 Subject: [PATCH] Release v2.7.5 --- package.json | 2 +- preact/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 34b51a79..3c01b1b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wouter", - "version": "2.7.4", + "version": "2.7.5", "description": "A minimalistic routing for React and Preact. Nothing extra, just HOOKS.", "keywords": [ "react", diff --git a/preact/package.json b/preact/package.json index 5d9720b6..093f84b5 100644 --- a/preact/package.json +++ b/preact/package.json @@ -1,6 +1,6 @@ { "name": "wouter-preact", - "version": "2.7.4", + "version": "2.7.5", "description": "A minimalistic routing for React and Preact (Preact-only version).", "type": "module", "exports": {