Skip to content

Commit

Permalink
upgrade to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PLhery committed May 23, 2024
1 parent 8dc65e6 commit a6ff650
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.17.0
------
- feat: update domain from twitter.com to x.com #532 (@melvinmcrn)

1.16.4
------
- fix: Added missing types to public_metrics #529 (@solojungle)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitter-api-v2",
"version": "1.16.4",
"version": "1.17.0",
"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",
Expand Down Expand Up @@ -56,4 +56,4 @@
"bugs": {
"url": "https://github.com/plhery/node-twitter-api/issues"
}
}
}

0 comments on commit a6ff650

Please sign in to comment.