leoric 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/History.md +11 -0
- package/package.json +1 -1
- package/src/bone.js +1 -1
package/History.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2.0.3 / 2021-02-11
|
|
2
|
+
==================
|
|
3
|
+
|
|
4
|
+
## What's Changed
|
|
5
|
+
* fix: default updatedAt to new date if model has no createdAt by @LB4027221 in https://github.com/cyjake/leoric/pull/268
|
|
6
|
+
|
|
7
|
+
## New Contributors
|
|
8
|
+
* @LB4027221 made their first contribution in https://github.com/cyjake/leoric/pull/268
|
|
9
|
+
|
|
10
|
+
**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.0.2...v2.0.3
|
|
11
|
+
|
|
1
12
|
2.0.2 / 2021-02-10
|
|
2
13
|
==================
|
|
3
14
|
|
package/package.json
CHANGED