From 494de834bf2bd29cc9027a3df03dc648a298e546 Mon Sep 17 00:00:00 2001 From: Ryan Hart Date: Fri, 24 Sep 2021 17:19:11 -0700 Subject: [PATCH 1/2] bump version to 0.4.0 --- examples/database-email-update/package.json | 2 +- examples/notion-github-sync/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/database-email-update/package.json b/examples/database-email-update/package.json index 91846c87..fd4a8ca3 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.3" + "@notionhq/client": "^0.4.0" }, "author": "Aman Gupta", "license": "MIT" diff --git a/examples/notion-github-sync/package.json b/examples/notion-github-sync/package.json index da6eccf6..686774bf 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.3", + "@notionhq/client": "^0.4.0", "dotenv": "^10.0.0", "lodash": "^4.17.21", "octokit": "^1.1.0" From 7e1a7d93f124a8e00c1757d8ff714f558e8e94aa Mon Sep 17 00:00:00 2001 From: Ryan Hart Date: Fri, 24 Sep 2021 17:23:03 -0700 Subject: [PATCH 2/2] 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9640b12e..85a5531f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notionhq/client", - "version": "0.3.3", + "version": "0.4.0", "description": "A simple and easy to use client for the Notion API", "engines": { "node": ">=12"