Skip to content

Commit

Permalink
Merge pull request #50 from cyjake/release-v1.1
Browse files Browse the repository at this point in the history
release: v1.1.0
  • Loading branch information
JimmyDaddy authored Nov 23, 2020
2 parents ec54cff + 583aabb commit 6c8f1f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.1.0 / 2020-11-23
==================

* Feat: JSON and JSONB data types
* Feat: support `stringifyObjects` option for mysql client
* Feat: aggregate functions for sequelize adapter
* Feat: `Spell.prototype.nodeify()`

1.0.3 / 2020-03-16
==================

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

0 comments on commit 6c8f1f0

Please sign in to comment.