Skip to content

Commit

Permalink
Bump Notion-Version to to 2021-08-16 and client to v0.3.0 (#176)
Browse files Browse the repository at this point in the history
Bump Notion-Version and client minor version
  • Loading branch information
almawang authored Aug 19, 2021
1 parent dd115f4 commit 4180c31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/database-email-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@sendgrid/mail": "^7.4.5",
"dotenv": "^10.0.0",
"@notionhq/client": "^0.2.3"
"@notionhq/client": "^0.3.0"
},
"author": "Aman Gupta",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/notion-github-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Aman Gupta",
"license": "MIT",
"dependencies": {
"@notionhq/client": "^0.2.3",
"@notionhq/client": "^0.3.0",
"dotenv": "^10.0.0",
"lodash": "^4.17.21",
"octokit": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notionhq/client",
"version": "0.2.4",
"version": "0.3.0",
"description": "A simple and easy to use client for the Notion API",
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class Client {
#agent: Agent | undefined
#userAgent: string

static readonly defaultNotionVersion = "2021-08-02"
static readonly defaultNotionVersion = "2021-08-16"

public constructor(options?: ClientOptions) {
this.#auth = options?.auth
Expand Down

0 comments on commit 4180c31

Please sign in to comment.