Skip to content

Commit a83d04b

Browse files
committed
Version 0.1.3
1 parent 073bbb0 commit a83d04b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
### `v0.1.3` 2014-10-23
5+
6+
* Support for Windows platform.
7+
48
### `v0.1.2` 2014-10-20
59

610
* Fix: Now support paths with spaces.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-7z",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A Node.js wrapper for 7-Zip",
55
"main": "lib/index.js",
66
"scripts": {
@@ -18,7 +18,9 @@
1818
"wrapper"
1919
],
2020
"author": "Quentin Rossetti <quentin.rossetti@gmail.com>",
21-
"contributors": [],
21+
"contributors": [
22+
"HelloGravity"
23+
],
2224
"license": "ISC",
2325
"bugs": {
2426
"url": "https://github.com/quentinrossetti/node-7zip/issues"

0 commit comments

Comments
 (0)