From f48b07cc14296aa4442757192017d0e14ad51e8e Mon Sep 17 00:00:00 2001 From: Lucas Pedroza <40873230+pnwpedro@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:22:57 +0200 Subject: [PATCH] Bump to 1.2.0 (#212) --- 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 f1c35d12..2c6ad045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fauna", - "version": "1.1.0", + "version": "1.2.0", "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 e324ff15..c238a575 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 = "1.1.0"; +export const packageVersion = "1.2.0";