diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 23aa873c..5d48ae93 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.3](https://github.com/hybridsjs/hybrids/compare/v9.1.2...v9.1.3) (2024-09-03) + + +### Bug Fixes + +* **utils:** add global debug mode ([77cfefa](https://github.com/hybridsjs/hybrids/commit/77cfefa00ec5373b258387859ae9a128879f2f29)) + ### [9.1.2](https://github.com/hybridsjs/hybrids/compare/v9.1.1...v9.1.2) (2024-08-21) diff --git a/package-lock.json b/package-lock.json index e14faec4..376874e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "9.1.2", + "version": "9.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "9.1.2", + "version": "9.1.3", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index 350dd715..94610652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "9.1.2", + "version": "9.1.3", "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": {