diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 04b25c49..cefcfe41 100644 --- a/docs/CHANGELOG.md +++ b/docs/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. +### [8.2.16](https://github.com/hybridsjs/hybrids/compare/v8.2.15...v8.2.16) (2024-04-05) + + +### Bug Fixes + +* **router:** navigate when browser triggers the popstate event ([eaa1bc6](https://github.com/hybridsjs/hybrids/commit/eaa1bc6b155648665170e186ce4885425e1b209e)) + ### [8.2.15](https://github.com/hybridsjs/hybrids/compare/v8.2.14...v8.2.15) (2024-04-03) diff --git a/package-lock.json b/package-lock.json index 99d7a46a..bdc6baa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "8.2.15", + "version": "8.2.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "8.2.15", + "version": "8.2.16", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index c7f2627c..2a6a1fb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "8.2.15", + "version": "8.2.16", "description": "A JavaScript framework for creating fully-featured web applications, components libraries, and single web components with unique declarative and functional architecture", "type": "module", "exports": {