Skip to content

Commit

Permalink
release: v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Nov 21, 2022
1 parent 1932351 commit bf9c877
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.9.1 / 2022-11-21
==================

## What's Changed
* fix: fix Bone.create(values) params type definitions by @JimmyDaddy in https://github.com/cyjake/leoric/pull/369
* chore: export Utility Type BoneInstanceValues by @JimmyDaddy in https://github.com/cyjake/leoric/pull/370


**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.9.0...v2.9.1

2.9.0 / 2022-11-09
==================

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.9.0",
"version": "2.9.1",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit bf9c877

Please sign in to comment.