diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9ee6868..05257fb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v1.63.0 (20 Mar 2024) + +**Bug fixes**: + +- Fix insert multiple no-inserting records when `setForAllIfHasNoValue` is called and the records to insert contain a single record + ## v1.62.0 (10 Mar 2024) **Changes**: diff --git a/package.json b/package.json index b991ba3..b3de2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-sql-query", - "version": "1.62.0", + "version": "1.63.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",