Skip to content

Commit

Permalink
release: v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Nov 22, 2021
1 parent 1c2e760 commit f3f6207
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 @@
1.15.0 / 2021-11-22
===================

## What's Changed
* feat: make duration in precise milliseconds by @fengmk2 in https://github.com/cyjake/leoric/pull/236
* fix: spell.increment() & spell.decrement() @cyjake https://github.com/cyjake/leoric/pull/234
* fix: bulkCreate should adapte empty data @JimmyDaddy https://github.com/cyjake/leoric/pull/232

**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.14.4...v1.14.5

1.14.4 / 2021-11-15
===================

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

0 comments on commit f3f6207

Please sign in to comment.