diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9e43d491..0a38fbc2 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.14](https://github.com/hybridsjs/hybrids/compare/v8.2.13...v8.2.14) (2024-03-21) + + +### Bug Fixes + +* **types:** id result function should be a ModelIdentifier ([32afb12](https://github.com/hybridsjs/hybrids/commit/32afb124d117cd6d1e44b16a034079b63e8c0c68)) + ### [8.2.13](https://github.com/hybridsjs/hybrids/compare/v8.2.12...v8.2.13) (2024-03-21) diff --git a/package-lock.json b/package-lock.json index 90948e09..d3a5fdd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "8.2.13", + "version": "8.2.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "8.2.13", + "version": "8.2.14", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index 554bc2d0..bc4cfa58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "8.2.13", + "version": "8.2.14", "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": {