Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Jan 4, 2022
1 parent dfb9087 commit bdeedcc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.0.0 / 2021-12-28
==================

## What's Changed
* breaking: model.sync add force/alter option by @SmartOrange in https://github.com/cyjake/leoric/pull/224
* breaking: logQueryError(err, sql, duration, options) by @cyjake in https://github.com/cyjake/leoric/pull/237
* test: add utf8mb4 test cases by @fengmk2 in https://github.com/cyjake/leoric/pull/239
* Merge 1.x changes by @cyjake in https://github.com/cyjake/leoric/pull/249

## New Contributors
* @SmartOrange made their first contribution in https://github.com/cyjake/leoric/pull/222

**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.15.1...v2.0.0

1.15.1 / 2021-12-28
===================

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

0 comments on commit bdeedcc

Please sign in to comment.