Skip to content

Commit

Permalink
Bump to version 0.4.1 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwang314 committed Oct 4, 2021
1 parent d536ebb commit d071ea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/database-email-update/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/notion-github-sync/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit d071ea9

Please sign in to comment.