Skip to content

Commit d42b8ea

Browse files
committed
bump to 0.2.1
1 parent 3d0f5fe commit d42b8ea

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
0.2.1
2+
-----
3+
- Export typescript definitions
4+
5+
0.2.0
6+
-----
7+
- Link and Oauth auth
8+
- PUT/PATCH/DELETE
9+
- improve get/post methods (build query strings, v1/v2 urls, ...)
10+
- read/write/DMs segmentation
11+
- native media chunked upload, with simultaneous send of file parts
12+
13+
0.1.0
14+
-----
15+
- First foundations

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": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Twitter api v1 and v2 client for node",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)