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 a570f2a commit c798116Copy full SHA for c798116
changelog.md
@@ -1,7 +1,10 @@
1
# Changelog
2
+## 2.1.2
3
+- Documentation Markdown fix.
4
+
5
## 2.1.1
6
- Documentation Markdown fix.
--
7
8
## 2.1.0
9
- Upload progress is now present to the user through events.
10
- Modified how the api is imported.
package.json
@@ -1,6 +1,6 @@
{
"name": "dropbox_session_upload",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Node wrapper around the dropbox upload session API to help concurrently upload files over 150mb to dropbox.",
"main": "index.js",
"scripts": {
0 commit comments