From e5ea9c9f94c5a0616184b8bcb466cba3a7f303b2 Mon Sep 17 00:00:00 2001 From: austin brown Date: Thu, 19 Aug 2021 11:28:23 -0700 Subject: [PATCH] chore: bump version to 1.20.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 495f581..eeaa984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cassanknex", - "version": "1.20.4", + "version": "1.20.5", "description": "An Apache Cassandra CQL query builder with support for the DataStax NodeJS driver, written in the spirit of Knex.", "main": "index.js", "homepage": "https://github.com/azuqua/cassanknex",