Skip to content

Commit 9f365a1

Browse files
author
Yuta Imaya
committed
release 0.3.1
1 parent ebdf173 commit 9f365a1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

ChangeLog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
# Change Log
33

44

5+
## 0.3.1: 2017/07/07
6+
7+
https://github.com/imaya/zlib.js/compare/0.3.0...0.3.1
8+
9+
### etc
10+
11+
- Distribution files reduction in npm package
12+
- code cleanup
13+
14+
15+
-------------------------------------------------------------------------------
16+
17+
518
## 0.3.0: 2017/06/01
619

720
https://github.com/imaya/zlib.js/compare/0.2.0...0.3.0
@@ -21,6 +34,9 @@ https://github.com/imaya/zlib.js/compare/0.2.0...0.3.0
2134
- Testing framework: Migate to Karma and mocha from BusterJS
2235

2336

37+
-------------------------------------------------------------------------------
38+
39+
2440
## 0.1.9, 0.2.0: 2014/02/21
2541

2642
https://github.com/imaya/zlib.js/compare/0.1.8...0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"name": "zlibjs",
77
"description": "zlib, gzip and zip implementation in JavaScript",
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"license": "MIT",
1010
"main": "./bin/node-zlib.js",
1111
"homepage": "https://github.com/imaya/zlib.js",

zlib.js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>zlib.js</id>
5-
<version>0.3.0</version>
5+
<version>0.3.1</version>
66
<title>zlib.js</title>
77
<authors>imaya</authors>
88
<owners>imaya</owners>

0 commit comments

Comments
 (0)