Skip to content

Commit

Permalink
release: v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 31, 2022
1 parent 81e361c commit b5395a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.8.1 / 2022-08-31
==================

## What's Changed
* fix: metro exports error by @JimmyDaddy in https://github.com/cyjake/leoric/pull/339
* fix: Model.count(field) in sequelize adapter by @cyjake in https://github.com/cyjake/leoric/pull/340

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.8.0...v2.8.1

2.8.0 / 2022-08-30
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoric",
"version": "2.8.0",
"version": "2.8.1",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit b5395a0

Please sign in to comment.