From 9a58d1622c1b6c2f7b4d2a29a3b4de8b38822aa7 Mon Sep 17 00:00:00 2001 From: Scott Lovegrove Date: Wed, 17 Jan 2024 14:28:11 +0000 Subject: [PATCH] 3.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9b7afc..6411a8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "axios": "^1.0.0", diff --git a/package.json b/package.json index 741e7b7..1e40935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "3.0.1", + "version": "3.0.2", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "git@github.com:doist/todoist-api-typescript.git",