Skip to content

Commit a22ceac

Browse files
committed
upgrade to 1.28.0
1 parent 53a883a commit a22ceac

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.28.0
2+
------
3+
- Fix coordiante types #626 (@jiahuijiang)
4+
- feat: add max_results to stream rule retrieval #621 (@PLhery)
5+
- fix: remove unsupported previous_token from search params #620 (@PLhery)
6+
17
1.27.0
28
------
39
- fix: remove circular import in TwitterApiReadOnly #619 (@PLhery)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-api-v2",
3-
"version": "1.27.0",
3+
"version": "1.28.0",
44
"description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)