diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ad33d3b..0f87c32 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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**: diff --git a/package.json b/package.json index ac39612..aa3b494 100644 --- a/package.json +++ b/package.json @@ -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",