We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59964c commit 879e0c3Copy full SHA for 879e0c3
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All Notable changes to `clouddrive-node` will be documented in this file
4
5
+## 0.3.1
6
+
7
+### Added
8
+- Updated `yargs` package to version 4
9
10
+### Fixed
11
+- Now properly building `dist` code for `npm` distribution and including it (added `.npmignore`) when publishing
12
13
## 0.3.0
14
15
### Added
package.json
@@ -1,6 +1,6 @@
1
{
"name": "clouddrive",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Amazon Cloud Drive CLI and SDK",
"repository": "alex-phillips/node-clouddrive",
"bin": {
0 commit comments