From 7aab2cf38d10d796c3fe47521b5f3a8039d9e408 Mon Sep 17 00:00:00 2001 From: Jason Shin Date: Sat, 6 Apr 2024 18:43:35 +1100 Subject: [PATCH] Release 0.11.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- node/package-lock.json | 4 ++-- node/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3f83ba9..2ea96f8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "sqlx-ts" -version = "0.11.0" +version = "0.11.1" dependencies = [ "assert_cmd", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 9d2e7d5f..b00a23ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlx-ts" -version = "0.11.0" +version = "0.11.1" edition = "2021" homepage = "https://github.com/JasonShin/sqlx-ts" authors = ['Jason Shin '] diff --git a/node/package-lock.json b/node/package-lock.json index 94e27336..e6f4223f 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "sqlx-ts", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sqlx-ts", - "version": "0.11.0", + "version": "0.11.1", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/node/package.json b/node/package.json index dc8c3b12..65b66532 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "sqlx-ts", - "version": "0.11.0", + "version": "0.11.1", "description": "sqlx-ts ensures your raw SQLs are compile-time checked", "main": "dist/index.js", "maintainers": [