From 8c7577874e677c472865839ae66f0ef7a62b5f68 Mon Sep 17 00:00:00 2001 From: Christine Wang Date: Mon, 4 Oct 2021 09:49:00 -0700 Subject: [PATCH] Bump to version 0.4.1 --- 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 fd4a8ca3..78e554aa 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.4.0" + "@notionhq/client": "^0.4.1" }, "author": "Aman Gupta", "license": "MIT" diff --git a/examples/notion-github-sync/package.json b/examples/notion-github-sync/package.json index 686774bf..84abd5d7 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.4.0", + "@notionhq/client": "^0.4.1", "dotenv": "^10.0.0", "lodash": "^4.17.21", "octokit": "^1.1.0" diff --git a/package.json b/package.json index 85a5531f..230006ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notionhq/client", - "version": "0.4.0", + "version": "0.4.1", "description": "A simple and easy to use client for the Notion API", "engines": { "node": ">=12"