Skip to content

Commit

Permalink
release: pinia-orm@1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Sep 20, 2022
1 parent 809f234 commit 2e19813
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.0.2](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.0.1...pinia-orm@1.0.2) (2022-09-20)

### Bug Fixes

- **pinia-orm:** multiple belongsTo relationships between 2 entities lead to unintended outcome ([#369](https://github.com/CodeDredd/pinia-orm/issues/369)) ([809f234](https://github.com/CodeDredd/pinia-orm/commit/809f2340da08001f240f8196135b84834f333d8d)), closes [#363](https://github.com/CodeDredd/pinia-orm/issues/363)

## [1.0.1](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.0.0...pinia-orm@1.0.1) (2022-09-19)

### Bug Fixes
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.0.1",
"version": "1.0.2",
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
"keywords": [
"vue",
Expand Down

0 comments on commit 2e19813

Please sign in to comment.