Skip to content

Commit

Permalink
release: pinia-orm@1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Mar 24, 2023
1 parent a9fd092 commit b535c2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/pinia-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.6.2](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.6.1...pinia-orm@1.6.2) (2023-03-24)

### Bug Fixes

- **pinia-orm:** Hooks should update cache & hydration ([#1113](https://github.com/CodeDredd/pinia-orm/issues/1113)) ([a9fd092](https://github.com/CodeDredd/pinia-orm/commit/a9fd09263d5e57cd5c549db8dbadc8503d866d3b))

## [1.6.1](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.6.0...pinia-orm@1.6.1) (2023-03-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinia-orm",
"version": "1.6.1",
"version": "1.6.2",
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
"keywords": [
"vue",
Expand Down

0 comments on commit b535c2e

Please sign in to comment.