We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62eac4 commit 626b7b3Copy full SHA for 626b7b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@doist/todoist-api-typescript",
3
- "version": "4.0.0-alpha.4",
+ "version": "4.0.0-alpha.5",
4
"description": "A typescript wrapper for the Todoist REST API.",
5
"author": "Doist developers",
6
"repository": "git@github.com:doist/todoist-api-typescript.git",
src/consts/endpoints.ts
@@ -3,7 +3,7 @@ const TODOIST_URI = 'https://todoist.com'
// The API version is not configurable, to ensure
// compatibility between the API and the client.
-export const API_VERSION = 'v9.208'
+export const API_VERSION = 'v9.217'
7
8
export const API_BASE_URI = `/api/${API_VERSION}/`
9
const API_AUTHORIZATION_BASE_URI = '/oauth/'
0 commit comments