Skip to content

Commit b79113c

Browse files
committed
Release ts-sql-query 1.62.0
1 parent bbf5171 commit b79113c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v1.62.0 (10 Mar 2024)
4+
5+
**Changes**:
6+
7+
- Add support to custom reusable SQL fragments that the returning value can be optional or required depending on the provided arguments.
8+
39
## v1.61.0 (2 Mar 2024)
410

511
**Changes**:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-sql-query",
3-
"version": "1.61.0",
3+
"version": "1.62.0",
44
"description": "Type-safe SQL query builder like QueryDSL or JOOQ in Java or Linq in .Net for TypeScript with MariaDB, MySql, Oracle, PostgreSql, Sqlite and SqlServer support.",
55
"license": "MIT",
66
"author": "juanluispaz",

0 commit comments

Comments
 (0)