From c31e0f30ca7f6bece225bef0f32758f0590c078d Mon Sep 17 00:00:00 2001 From: Alicia Liu Date: Mon, 12 Jul 2021 16:40:02 -0700 Subject: [PATCH] Update package version (#149) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a525497a..48d24b7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notionhq/client", - "version": "0.2.1", + "version": "0.2.2", "description": "A simple and easy to use client for the Notion API", "engines": { "node": ">=12"