Skip to content

Commit

Permalink
release: v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Dec 7, 2023
1 parent 6fd18de commit 98b2016
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.12.1 / 2023-12-07
===================

## What's Changed
* fix: export more ts type definitions by @JimmyDaddy in https://github.com/cyjake/leoric/pull/411
* Update starter.md by @zhennann in https://github.com/cyjake/leoric/pull/412
* fix: type error in validate when using min max by @chen201724 in https://github.com/cyjake/leoric/pull/413
* feat: support JSON_VALUE(j, '$.a' RETURNING CHAR(50)) by @cyjake in https://github.com/cyjake/leoric/pull/414

## New Contributors
* @zhennann made their first contribution in https://github.com/cyjake/leoric/pull/412
* @chen201724 made their first contribution in https://github.com/cyjake/leoric/pull/413

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.12.0...v2.12.1

2.12.0 / 2023-11-21
===================

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.12.0",
"version": "2.12.1",
"description": "JavaScript Object-relational mapping alchemy",
"browser": "dist/browser.js",
"main": "lib/index.js",
Expand Down

0 comments on commit 98b2016

Please sign in to comment.