From fb0615bd44385c320663afe6b513768e2e2f5e9c Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 16 Feb 2022 21:30:22 +0100 Subject: [PATCH] doc: Bump version & changelog --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 00e68a8..38d81d4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +1.11.0 +------ +- Feat: Support plugins (more features coming soon as plugins!) +- Feat: Compression level can now be specified explicitely +- Refactor: `.v1.uploadMedia()` now accept `options.mimeType` and `options.longVideo` as argument, in replacement of `options.type` (which is now deprecated) +- Fix: OAuth2 scope incorrectly encoded #184 + 1.10.3 ------ - Feat: Native support of gzip compression for streaming endpoints diff --git a/package.json b/package.json index 8bcb7ab..f5ab5a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.10.3", + "version": "1.11.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",