From 7a3c41eade50ff5e41ba59e94bd23de0f783af82 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 24 Nov 2021 11:23:11 +0100 Subject: [PATCH] doc: Bumped version and changelog --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 341bc96..0db92fb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +1.7.0 +----- +- Feat: Create tweet v2 endpoint (thanks to @sudo-kaizen) #110 +- Feat: Delete tweet v2 endpoint (thanks to @sudo-kaizen) #111 +- Feat: Tweet thread and reply to a tweet v2 +- Fix: BREAKING: Explicitly specify userId on userMutingUsers (thanks to @mika-f) #114 + 1.6.5 ----- - Fix: Increase retry timeout on stream reconnection diff --git a/package.json b/package.json index f7f2054..2f27f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.6.5", + "version": "1.7.0", "description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.", "main": "dist/index.js", "types": "dist/index.d.ts",