Skip to content

Commit 626b7b3

Browse files
authored
feat: bump API version (#274)
1 parent f62eac4 commit 626b7b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/todoist-api-typescript",
3-
"version": "4.0.0-alpha.4",
3+
"version": "4.0.0-alpha.5",
44
"description": "A typescript wrapper for the Todoist REST API.",
55
"author": "Doist developers",
66
"repository": "git@github.com:doist/todoist-api-typescript.git",

src/consts/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const TODOIST_URI = 'https://todoist.com'
33

44
// The API version is not configurable, to ensure
55
// compatibility between the API and the client.
6-
export const API_VERSION = 'v9.208'
6+
export const API_VERSION = 'v9.217'
77

88
export const API_BASE_URI = `/api/${API_VERSION}/`
99
const API_AUTHORIZATION_BASE_URI = '/oauth/'

0 commit comments

Comments
 (0)