Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
bump to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Mar 23, 2018
1 parent 6585323 commit 61029d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 61029d1

Please sign in to comment.