From bc937a53d9a5f7c1b4a4f6ded1d60b30c55a355c Mon Sep 17 00:00:00 2001 From: "E. Cooper" Date: Fri, 19 Jul 2024 09:43:15 -0700 Subject: [PATCH] Bump version from 2.1.0 to 2.1.1 (#276) --- package.json | 2 +- src/util/package-version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b36344d0..8b1b5f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fauna", - "version": "2.1.0", + "version": "2.1.1", "description": "A driver to query Fauna databases in browsers, Node.js, and other Javascript runtimes", "homepage": "https://fauna.com", "bugs": { diff --git a/src/util/package-version.ts b/src/util/package-version.ts index d10949e2..fdcd4eaa 100644 --- a/src/util/package-version.ts +++ b/src/util/package-version.ts @@ -1,4 +1,4 @@ //THIS FILE IS AUTOGENERATED. DO NOT EDIT. SEE .husky/pre-commit /** The current package version. */ -export const packageVersion = "2.1.0"; +export const packageVersion = "2.1.1";