Skip to content

Commit

Permalink
Release ts-sql-query 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Aug 16, 2022
1 parent 4f8aa2a commit 292599e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v1.33.0 (16 Aug 2022)

**Bug fixes**:

- Fix "Invalid double value received from the db" when the database send a number as string with trailing 0

## v1.32.0 (15 Aug 2022)

**Changes**:
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": "ts-sql-query",
"version": "1.32.0",
"version": "1.33.0",
"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.",
"license": "MIT",
"author": "juanluispaz",
Expand Down

0 comments on commit 292599e

Please sign in to comment.