We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddacc3 commit 1724f66Copy full SHA for 1724f66
changelog.md
@@ -1,3 +1,9 @@
1
+0.3.0
2
+-----
3
+- Add the four API v2 user endpoints
4
+- Improve type definitions
5
+- Minor v2 search refactor
6
+
7
0.2.3
8
-----
9
- Fix npm package (was not built)
package.json
@@ -1,6 +1,6 @@
{
"name": "twitter-api-v2",
- "version": "0.2.3",
+ "version": "0.3.0",
"description": "Twitter api v1 and v2 client for node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments