From bce81af9180d6da46290eb2dc6339b40f4342a8e Mon Sep 17 00:00:00 2001 From: Louis Grasset Date: Sun, 29 Oct 2023 10:09:27 +0100 Subject: [PATCH] chore: release v1.2.0 (#104) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a2ae84..83de8e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touitomamout", - "version": "1.1.1", + "version": "1.2.0", "description": "An easy way to synchronize your Twitter's tweets to Mastodon & Bluesky posts.", "scripts": { "lint": "eslint src/ --ext .ts",