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 5bc32a7 commit 0adc592Copy full SHA for 0adc592
changelog.md
@@ -1,3 +1,9 @@
1
+0.4.0
2
+-----
3
+- Add V1 and V2 streaming V2 endpoints
4
+- Add V2 followers and following endpoints
5
+- Refactor / various fixes
6
+
7
0.3.0
8
-----
9
- Add the four API v2 user endpoints
package.json
@@ -1,6 +1,6 @@
{
"name": "twitter-api-v2",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Twitter api v1 and v2 client for node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments