Skip to content

Commit b6562a9

Browse files
committed
upgrade to 1.26.0
1 parent 7ff5fd1 commit b6562a9

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
1.26.0
2+
------
3+
- feat: add amplify_video media category #615 (@PLhery)
4+
- feat: add new user fields #614 (@PLhery)
5+
- feat: expand community fields #613 (@PLhery)
6+
- docs: document quote and hide reply #612 (@PLhery)
7+
- refactor: derive DM event field type from base event keys #611 (@PLhery)
8+
- feat: add topic_ids space expansion #609 (@PLhery)
9+
- Derive remaining field unions from interfaces #610 (@PLhery)
10+
- feat(stream): support delete_all query for stream rules #608 (@PLhery)
11+
- Add edit controls to TweetV2 #607 (@PLhery)
12+
- docs: clarify usage endpoint #606 (@PLhery)
13+
- docs: add ads api docs #605 (@PLhery)
14+
- docs: document communities endpoints #604 (@PLhery)
15+
- Revert "test: add community v2 endpoint coverage (#601)" #603 (@PLhery)
16+
- Avoid prototype property iteration in trimUndefinedProperties #602 (@PLhery)
17+
- test: add community v2 endpoint coverage #601 (@PLhery)
18+
- feat: add release script #600 (@PLhery)
19+
- Add share_with_followers in SendTweetV2Params #599 (@plbompard)
20+
121
1.25.0
222
------
323
- add media write scope #596 (@RenKoya1)

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.25.0",
3+
"version": "1.26.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",

release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (!['major', 'minor', 'patch'].includes(bump)) {
1414

1515
async function main() {
1616
const latestTag = run('git describe --tags --abbrev=0');
17-
const commitLines = run(`git log ${latestTag}..HEAD --pretty=format:%s`)\
17+
const commitLines = run(`git log ${latestTag}..HEAD --pretty=format:%s`)
1818
.split('\n')
1919
.filter(Boolean);
2020

0 commit comments

Comments
 (0)