diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 24180db5..f9633c44 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.18](https://github.com/hybridsjs/hybrids/compare/v8.2.17...v8.2.18) (2024-04-10) + + +### Bug Fixes + +* **store:** Pass id directly to the store.get method without type change ([da30368](https://github.com/hybridsjs/hybrids/commit/da30368fc35192b2393c522ca4acb5fe1efe9f46)) + ### [8.2.17](https://github.com/hybridsjs/hybrids/compare/v8.2.16...v8.2.17) (2024-04-09) diff --git a/package-lock.json b/package-lock.json index 3e7c73bb..c79b1d17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "8.2.17", + "version": "8.2.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "8.2.17", + "version": "8.2.18", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index 853710a0..eb5912a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "8.2.17", + "version": "8.2.18", "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": {