Skip to content

Commit

Permalink
release: v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Oct 21, 2021
1 parent 1e535d1 commit f1b1abb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.13.3 / 2021-10-21
===================

## What's Changed
* refactor: persist edge cases of type casting in integration tests by @cyjake in https://github.com/cyjake/leoric/pull/202
* docs: renaming attributes by @cyjake in https://github.com/cyjake/leoric/pull/203
* fix: JSON.uncast(string) should not serialize twice by @cyjake in https://github.com/cyjake/leoric/pull/205


**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.13.2...v1.13.3

1.13.2 / 2021-10-18
===================

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

0 comments on commit f1b1abb

Please sign in to comment.