Skip to content

Commit 1211ded

Browse files
committed
chore: bump version to 4.0.0-alpha.1
1 parent cd32d02 commit 1211ded

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

jest.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
preset: "ts-jest",
2+
preset: 'ts-jest',
33
transform: { '^.+\\.ts': 'ts-jest' },
44
testMatch: ['**/*.test.ts'],
55
clearMocks: true,
6-
testEnvironment: 'node'
6+
testEnvironment: 'node',
77
}

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.0.3",
3+
"version": "4.0.0-alpha.1",
44
"description": "A typescript wrapper for the Todoist REST API.",
55
"author": "Doist developers",
66
"repository": "git@github.com:doist/todoist-api-typescript.git",

0 commit comments

Comments
 (0)