Skip to content

Commit b535c2e

Browse files
committed
1 parent a9fd092 commit b535c2e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/pinia-orm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.6.2](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.6.2) (2023-03-24)
2+
3+
### Bug Fixes
4+
5+
- **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))
6+
17
## [1.6.1](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.6.1) (2023-03-22)
28

39
### Features

packages/pinia-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia-orm",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)