Skip to content

Commit bd98291

Browse files
authored
v0.3.2 (#188)
1 parent f3f58a5 commit bd98291

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/database-email-update/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@sendgrid/mail": "^7.4.5",
1515
"dotenv": "^10.0.0",
16-
"@notionhq/client": "^0.3.1"
16+
"@notionhq/client": "^0.3.2"
1717
},
1818
"author": "Aman Gupta",
1919
"license": "MIT"

examples/notion-github-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Aman Gupta",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@notionhq/client": "^0.3.1",
16+
"@notionhq/client": "^0.3.2",
1717
"dotenv": "^10.0.0",
1818
"lodash": "^4.17.21",
1919
"octokit": "^1.1.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notionhq/client",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A simple and easy to use client for the Notion API",
55
"engines": {
66
"node": ">=12"

0 commit comments

Comments
 (0)