From f2b1362180a7550977807dd7342a79b541011e71 Mon Sep 17 00:00:00 2001 From: Kiran Pandit Date: Thu, 23 Sep 2021 16:00:54 -0700 Subject: [PATCH] Update to version v0.3.3 --- examples/database-email-update/package.json | 2 +- examples/notion-github-sync/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/database-email-update/package.json b/examples/database-email-update/package.json index 14e59470..91846c87 100644 --- a/examples/database-email-update/package.json +++ b/examples/database-email-update/package.json @@ -13,7 +13,7 @@ "dependencies": { "@sendgrid/mail": "^7.4.5", "dotenv": "^10.0.0", - "@notionhq/client": "^0.3.2" + "@notionhq/client": "^0.3.3" }, "author": "Aman Gupta", "license": "MIT" diff --git a/examples/notion-github-sync/package.json b/examples/notion-github-sync/package.json index c2ee04d5..da6eccf6 100644 --- a/examples/notion-github-sync/package.json +++ b/examples/notion-github-sync/package.json @@ -13,7 +13,7 @@ "author": "Aman Gupta", "license": "MIT", "dependencies": { - "@notionhq/client": "^0.3.2", + "@notionhq/client": "^0.3.3", "dotenv": "^10.0.0", "lodash": "^4.17.21", "octokit": "^1.1.0" diff --git a/package.json b/package.json index 700ab786..9640b12e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notionhq/client", - "version": "0.3.2", + "version": "0.3.3", "description": "A simple and easy to use client for the Notion API", "engines": { "node": ">=12"