From be51a41fab323e43b488601f1d6efd48a250a350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Wed, 21 Aug 2024 13:36:17 +0200 Subject: [PATCH] chore(release): 9.1.2 --- 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 0fa81491..23aa873c 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.2](https://github.com/hybridsjs/hybrids/compare/v9.1.1...v9.1.2) (2024-08-21) + + +### Bug Fixes + +* **cache:** throw an error when assert while getting the value ([9cc25c0](https://github.com/hybridsjs/hybrids/commit/9cc25c0b9facdcdf961504f7c1a3267a9017d96a)) + ### [9.1.1](https://github.com/hybridsjs/hybrids/compare/v9.1.0...v9.1.1) (2024-07-12) diff --git a/package-lock.json b/package-lock.json index 39ccf1be..e14faec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "9.1.1", + "version": "9.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "9.1.1", + "version": "9.1.2", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index 7384632c..350dd715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "9.1.1", + "version": "9.1.2", "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": {