diff --git a/CHANGELOG.md b/CHANGELOG.md index 045600e..b1c0e55 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.9] - 2018-03-23 +### Fixed +- Build dependencies were incorrectly fixed + ## [2.0.8] - 2018-03-23 ### Fixed - Missing dependency was added back @@ -230,6 +234,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [1.0.0] - 2015-10-18 +[2.0.9]: https://github.com/MayhemYDG/iltorb/compare/v2.0.8...v2.0.9 [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 diff --git a/package.json b/package.json index cafd409..acf11d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iltorb", - "version": "2.0.8", + "version": "2.0.9", "description": "Brotli compression/decompression with native bindings", "homepage": "https://github.com/MayhemYDG/iltorb", "bugs": "https://github.com/MayhemYDG/iltorb/issues", @@ -35,6 +35,7 @@ "index.js" ], "dependencies": { + "detect-libc": "^1.0.3", "nan": "^2.8.0", "node-gyp": "^3.6.2", "npmlog": "^4.1.2", @@ -45,7 +46,6 @@ "chai": "^4.1.2", "cross-env": "^5.1.1", "cross-spawn": "^5.1.0", - "detect-libc": "^1.0.3", "mocha": "^4.0.1", "node-abi": "^2.1.2", "npm-run-path-compat": "^2.0.3",