From 15747174660bce17176eb8ac469670ec589c626e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Fri, 27 Sep 2024 09:39:18 +0200 Subject: [PATCH] chore(release): 9.1.7 --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index df48f187..10bd58ca 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. +### [9.1.7](https://github.com/hybridsjs/hybrids/compare/v9.1.6...v9.1.7) (2024-09-27) + + +### Bug Fixes + +* **router:** check properly the debug mode for logging navigation events ([5ddd74c](https://github.com/hybridsjs/hybrids/commit/5ddd74c48ebb55b3c9d147af69aff495b8ba63c0)) + ### [9.1.6](https://github.com/hybridsjs/hybrids/compare/v9.1.5...v9.1.6) (2024-09-20) diff --git a/package-lock.json b/package-lock.json index a3ebaa9b..4445be51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "9.1.6", + "version": "9.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "9.1.6", + "version": "9.1.7", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index c4445365..a6647432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "9.1.6", + "version": "9.1.7", "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": {