diff --git a/examples/database-email-update/package.json b/examples/database-email-update/package.json index 78e554aa..975d64f0 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.1" + "@notionhq/client": "^0.4.2" }, "author": "Aman Gupta", "license": "MIT" diff --git a/examples/notion-github-sync/package.json b/examples/notion-github-sync/package.json index 84abd5d7..87ebf331 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.1", + "@notionhq/client": "^0.4.2", "dotenv": "^10.0.0", "lodash": "^4.17.21", "octokit": "^1.1.0" diff --git a/package.json b/package.json index 230006ba..773f06de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notionhq/client", - "version": "0.4.1", + "version": "0.4.2", "description": "A simple and easy to use client for the Notion API", "engines": { "node": ">=12"