Bump version to 0.1.7
This commit is contained in:
@@ -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
@@ -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
@@ -9,7 +9,7 @@
|
||||
"deflate"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user