From 3ae205a2425df676939f4da8e6a4bcfc13eda83f Mon Sep 17 00:00:00 2001 From: kiranpandit Date: Tue, 20 Jul 2021 13:26:39 -0700 Subject: [PATCH] Update package version (#155) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48d24b7f..a5cfb95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notionhq/client", - "version": "0.2.2", + "version": "0.2.3", "description": "A simple and easy to use client for the Notion API", "engines": { "node": ">=12"