Skip to content

Commit

Permalink
release: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Feb 23, 2022
1 parent a003599 commit e82f61f
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.1.1 / 2022-02-23
==================

## What's Changed
* fix: fix #274 update with fields option by @JimmyDaddy in https://github.com/cyjake/leoric/pull/275
* fix: upsert should set createdAt by default while createdAt not set by @JimmyDaddy in https://github.com/cyjake/leoric/pull/277
* fix: previousChanges should check instance is new record or not while specific attributes' values were undefined by @JimmyDaddy in https://github.com/cyjake/leoric/pull/276
* docs: add types for realm by @luckydrq in https://github.com/cyjake/leoric/pull/278

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

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.1.0...v2.1.1

2.1.0 / 2022-02-17
==================

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

0 comments on commit e82f61f

Please sign in to comment.