Skip to content

Commit ef2ac2c

Browse files
committed
1 parent 1714d7a commit ef2ac2c

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.5.1](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.5.1) (2023-01-24)
2+
3+
### Performance Improvements
4+
5+
- **pinia-orm:** Improve `find` speed for huge data ([1714d7a](https://github.com/CodeDredd/pinia-orm/commit/1714d7aeea16747ac13ac54c7d1d6445bd5b007f))
6+
17
# [1.5.0](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.5.0) (2023-01-24)
28

39
# [1.4.0](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.4.0) (2022-12-22)

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.5.0",
3+
"version": "1.5.1",
44
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)