From f0517767f98b59b9a7e86c74b6384be25b3b1a9f Mon Sep 17 00:00:00 2001 From: asmyshlyaev177 Date: Sun, 30 Jun 2024 20:06:34 +0400 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b13789..fd6a195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ +# Changelog +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.1.1 (2024-06-30) + + +### Features + +* first version ([b664ab6](/~https://github.com/asmyshlyaev177/state-in-url/commit/b664ab6fae7babe7aad83ebdb17f9079200ce2fa)) + + +### Bug Fixes + +* fix export ([5faeb5e](/~https://github.com/asmyshlyaev177/state-in-url/commit/5faeb5e37240e82338ff574c471d43382f3a4857)) diff --git a/package-lock.json b/package-lock.json index 3fe2037..7216a0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "state-in-url", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "state-in-url", - "version": "0.1.0", + "version": "0.1.1", "license": "ISC", "workspaces": [ "packages/urlstate", diff --git a/package.json b/package.json index 0ebaa38..e0bd472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "state-in-url", - "version": "0.1.0", + "version": "0.1.1", "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": [