diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c69b87..045600e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.8] - 2018-03-23 +### Fixed +- Missing dependency was added back + ## [2.0.7] - 2018-03-23 ### Fixed - Install process on non-npm package managers @@ -226,6 +230,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [1.0.0] - 2015-10-18 +[2.0.8]: https://github.com/MayhemYDG/iltorb/compare/v2.0.7...v2.0.8 [2.0.7]: https://github.com/MayhemYDG/iltorb/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/MayhemYDG/iltorb/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/MayhemYDG/iltorb/compare/v2.0.4...v2.0.5 diff --git a/package.json b/package.json index 3cd4d62..cafd409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iltorb", - "version": "2.0.7", + "version": "2.0.8", "description": "Brotli compression/decompression with native bindings", "homepage": "https://github.com/MayhemYDG/iltorb", "bugs": "https://github.com/MayhemYDG/iltorb/issues",