From f8a9830538929ca6d2165ab580bd8a4ae62e25ec Mon Sep 17 00:00:00 2001 From: asmyshlyaev177 Date: Tue, 9 Jul 2024 22:13:28 +0400 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66f291..54b7ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](/~https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.3](/~https://github.com/asmyshlyaev177/state-in-url/compare/v0.2.2...v0.2.3) (2024-07-09) + + +### Features + +* fix updateUrl, add more tests ([411c018](/~https://github.com/asmyshlyaev177/state-in-url/commit/411c01846c93bd873a90a536793b8068521810cf)) + ### [0.2.2](/~https://github.com/asmyshlyaev177/state-in-url/compare/v0.2.1...v0.2.2) (2024-07-09) diff --git a/package-lock.json b/package-lock.json index 47cb473..0651f22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "state-in-url", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "state-in-url", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "workspaces": [ "packages/urlstate", diff --git a/package.json b/package.json index a69afbd..c8fa91d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "state-in-url", - "version": "0.2.2", + "version": "0.2.3", "description": "Library to store state in browser URL, includes hook for NextJS, hook for pure React, and low level helpers.", "homepage": "/~https://github.com/asmyshlyaev177/state-in-url#readme", "keywords": [