diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0c10cc2a..ee8f4947 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.5](https://github.com/hybridsjs/hybrids/compare/v9.1.4...v9.1.5) (2024-09-06) + + +### Bug Fixes + +* **store:** error messages for empty array and nested objects ([bd9dc13](https://github.com/hybridsjs/hybrids/commit/bd9dc13cef24bd71ca18d6d08ce1a8bd44fdad0c)) + ### [9.1.4](https://github.com/hybridsjs/hybrids/compare/v9.1.3...v9.1.4) (2024-09-06) diff --git a/package-lock.json b/package-lock.json index 8e926c82..42965bb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "9.1.4", + "version": "9.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "9.1.4", + "version": "9.1.5", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index f6781dd3..8f7a00cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "9.1.4", + "version": "9.1.5", "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": {