Skip to content

Commit

Permalink
release: v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Feb 16, 2022
1 parent c740970 commit 252b072
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
2.0.3 / 2021-02-11
2.0.4 / 2022-02-16
==================

## What's Changed
* fix: fix unit test error by @LB4027221 in https://github.com/cyjake/leoric/pull/269
* fix: attribute.defaultValue should be set when init attributes by @cyjake in https://github.com/cyjake/leoric/pull/271


**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.0.3...v2.0.4

2.0.3 / 2022-02-11
==================

## What's Changed
Expand All @@ -9,7 +19,7 @@

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.0.2...v2.0.3

2.0.2 / 2021-02-10
2.0.2 / 2022-02-10
==================

## What's Changed
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.0.3",
"version": "2.0.4",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 252b072

Please sign in to comment.