Bump version to 0.1.7

This commit is contained in:
James Coglan
2019-06-10 12:14:40 +01:00
parent 3500cddfa7
commit 5a74a0471b
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
### 0.1.7 / 2019-06-10
- Use the `Buffer.alloc()` and `Buffer.from()` functions instead of the unsafe
`Buffer()` constructor
### 0.1.6 / 2017-09-10
- Use `9` instead of `8` as the `windowBits` parameter to zlib, to deal with
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright 2014-2017 James Coglan
Copyright 2014-2019 James Coglan
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
+1 -1
View File
@@ -9,7 +9,7 @@
"deflate"
],
"license": "Apache-2.0",
"version": "0.1.6",
"version": "0.1.7",
"engines": {
"node": ">=0.8.0"
},