From b142e7eb1c7a9960d083796e7c29dd1e3dbac25a Mon Sep 17 00:00:00 2001 From: Pat Sissons Date: Wed, 27 Nov 2024 13:56:14 -0800 Subject: [PATCH] v2.0.3 (`yarn version --patch --no-git-tag-version`) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1531e80..3da76af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boulevard/blvd-book-sdk", - "version": "2.0.2", + "version": "2.0.3", "description": "A JS client for the Boulevard API", "main": "lib/blvd.js", "typings": "lib/blvd.js", @@ -55,4 +55,4 @@ "graphql-request": "^3.4.0", "graphql-tag": "^2.12.6" } -} \ No newline at end of file +}