diff options
Diffstat (limited to 'node_modules/zip-stream/CHANGELOG.md')
-rw-r--r-- | node_modules/zip-stream/CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/node_modules/zip-stream/CHANGELOG.md b/node_modules/zip-stream/CHANGELOG.md index 24f8d529f..2564f1b26 100644 --- a/node_modules/zip-stream/CHANGELOG.md +++ b/node_modules/zip-stream/CHANGELOG.md @@ -1,6 +1,12 @@ ## Changelog
-**1.1.1** — <small>_January 12, 2016_</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.1.0...1.1.1)
+**1.2.0** — <small> June 16, 2017 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.1.1...1.2.0)
+
+- groundwork for symlinks support.
+
+*NOTE: this will be the last release for node v0.10 and v0.12. node v4 will become the minimum and a version bump to 2.0.0 will take place.*
+
+**1.1.1** — <small>_January 17, 2017_</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.1.0...1.1.1)
- actually use STORE method if level is 0 (GH #21)
- bump deps to ensure latest versions are used.
|