From dea0a0ed0d205f38aa55e3b655157e265d9bd3b3 Mon Sep 17 00:00:00 2001 From: Meryl Dakin Date: Mon, 26 Feb 2024 19:29:42 -0500 Subject: [PATCH] chore: bump version (#58) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a35dfe8..2fbc7d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@knocklabs/node", - "version": "0.6.2", + "version": "0.6.3", "description": "Library for interacting with the Knock API", "homepage": "https://github.com/knocklabs/knock-node", "author": "@knocklabs", @@ -42,4 +42,4 @@ "dependencies": { "jose": "^5.2.0" } -} \ No newline at end of file +}