We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073bbb0 commit a83d04bCopy full SHA for a83d04b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+### `v0.1.3` 2014-10-23
5
+
6
+ * Support for Windows platform.
7
8
### `v0.1.2` 2014-10-20
9
10
* Fix: Now support paths with spaces.
package.json
@@ -1,6 +1,6 @@
{
"name": "node-7z",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "A Node.js wrapper for 7-Zip",
"main": "lib/index.js",
"scripts": {
@@ -18,7 +18,9 @@
18
"wrapper"
19
],
20
"author": "Quentin Rossetti <quentin.rossetti@gmail.com>",
21
- "contributors": [],
+ "contributors": [
22
+ "HelloGravity"
23
+ ],
24
"license": "ISC",
25
"bugs": {
26
"url": "https://github.com/quentinrossetti/node-7zip/issues"
0 commit comments