Skip to content

Commit

Permalink
chore: bump version to 4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 committed Jan 21, 2025
1 parent cd32d02 commit 1211ded
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
preset: "ts-jest",
preset: 'ts-jest',
transform: { '^.+\\.ts': 'ts-jest' },
testMatch: ['**/*.test.ts'],
clearMocks: true,
testEnvironment: 'node'
testEnvironment: 'node',
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/todoist-api-typescript",
"version": "3.0.3",
"version": "4.0.0-alpha.1",
"description": "A typescript wrapper for the Todoist REST API.",
"author": "Doist developers",
"repository": "[email protected]:doist/todoist-api-typescript.git",
Expand Down

0 comments on commit 1211ded

Please sign in to comment.