Skip to content

Commit

Permalink
chore(release): 8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Oct 16, 2023
1 parent cc0c9d9 commit d519175
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.5](https://github.com/hybridsjs/hybrids/compare/v8.2.4...v8.2.5) (2023-10-16)


### Bug Fixes

* **cache:** use array instance instead of set iterator ([c06c178](https://github.com/hybridsjs/hybrids/commit/c06c178539c5b3e280acabb1be6030f2f0b75062))
* **store:** add id to listing type placeholder ([cc0c9d9](https://github.com/hybridsjs/hybrids/commit/cc0c9d9963a50905343c2fb615804ee9a32df594))

### [8.2.4](https://github.com/hybridsjs/hybrids/compare/v8.2.3...v8.2.4) (2023-09-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hybrids",
"version": "8.2.4",
"version": "8.2.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": {
Expand Down

0 comments on commit d519175

Please sign in to comment.