From 9d7947a552c1eb4e7765788714467de16dbaf4a6 Mon Sep 17 00:00:00 2001 From: Paul-Louis Hery Date: Fri, 12 Jul 2024 18:40:20 +0200 Subject: [PATCH] upgrade to 1.17.2 --- changelog.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index a06aca4..1efa2ef 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +1.17.2 +------ +- fix: limit media_ids count from 1 to 4 #539 (@rare0b) + 1.17.1 ------ - revert #532 which broke the auth flow (thank you @dubzer) diff --git a/package-lock.json b/package-lock.json index f98eacb..4ec34c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twitter-api-v2", - "version": "1.17.1", + "version": "1.17.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twitter-api-v2", - "version": "1.17.1", + "version": "1.17.2", "license": "Apache-2.0", "devDependencies": { "@types/chai": "^4.2.16", diff --git a/package.json b/package.json index f6b1f9c..a8eb774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.17.1", + "version": "1.17.2", "description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",