Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Jul 12, 2022
1 parent 259274e commit 588e330
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/pinia-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.12.1](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@0.12.1) (2022-07-12)

### Bug Fixes

- **pinia-orm:** belongsToMany not working correctly ([bc3e20a](https://github.com/CodeDredd/pinia-orm/commit/bc3e20ada9176cc87ed35911456d039230e51f4a))

### chore

- **pinia-orm:** Reduce build size by 33% ([bcd2f58](https://github.com/CodeDredd/pinia-orm/commit/bcd2f5815714fcd2abc9227a22a2e6cec9753a7f))

### BREAKING CHANGES

- **pinia-orm:** Dropping IE 11 support by removing last polyfill. Since pinia is also using "includes" i am dropping it. If needed please open a ticket to discuss

# [0.12.0](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@0.12.0) (2022-07-11)

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

0 comments on commit 588e330

Please sign in to comment.