From 153bee315106baf92da56da4043909c74c1eaaf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:58:21 -0400 Subject: [PATCH] chore(master): release 1.0.0 (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ed7d4..2707f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [1.0.0](https://github.com/cfware/history-state/compare/v0.5.0...v1.0.0) (2023-10-16) + + +### ⚠ BREAKING CHANGES + +* Upgrade development dependencies + +### Bug Fixes + +* Upgrade development dependencies ([2b29cba](https://github.com/cfware/history-state/commit/2b29cbaedba4d1b713242960cba968824ed6d570)) + ## [0.5.0](https://github.com/cfware/history-state/compare/v0.4.4...v0.5.0) (2020-11-06) diff --git a/package.json b/package.json index 3acb1eb..40d5c27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cfware/history-state", - "version": "0.5.0", + "version": "1.0.0", "description": "Browser History API state manager", "main": "history-state.js", "type": "module",