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

Commit 645fc22

Browse files
committed
Bump to v2.3.1
1 parent e9141dc commit 645fc22

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.3.1] - 2018-04-30
6+
### Added
7+
- Support for Node 10
8+
9+
### Removed
10+
- Dropped support for Node 4
11+
512
## [2.3.0] - 2018-04-06
613
### Added
714
- The compress and decompress methods will now return a promise when the callback argument is missing.
@@ -259,6 +266,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
259266

260267
## [1.0.0] - 2015-10-18
261268

269+
[2.3.1]: https://github.com/MayhemYDG/iltorb/compare/v2.3.0...v2.3.1
262270
[2.3.0]: https://github.com/MayhemYDG/iltorb/compare/v2.2.0...v2.3.0
263271
[2.2.0]: https://github.com/MayhemYDG/iltorb/compare/v2.1.0...v2.2.0
264272
[2.1.0]: https://github.com/MayhemYDG/iltorb/compare/v2.0.9...v2.1.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iltorb",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Brotli compression/decompression with native bindings",
55
"homepage": "https://github.com/MayhemYDG/iltorb",
66
"bugs": "https://github.com/MayhemYDG/iltorb/issues",
@@ -38,15 +38,15 @@
3838
"detect-libc": "^1.0.3",
3939
"nan": "^2.10.0",
4040
"npmlog": "^4.1.2",
41-
"prebuild-install": "^2.5.1",
41+
"prebuild-install": "^3.0.0",
4242
"which-pm-runs": "^1.0.0"
4343
},
4444
"devDependencies": {
4545
"chai": "^4.1.2",
4646
"cross-env": "^5.1.4",
4747
"cross-spawn": "^6.0.5",
4848
"mocha": "^5.0.5",
49-
"node-abi": "^2.3.0",
49+
"node-abi": "^2.4.0",
5050
"node-gyp": "^3.6.2",
5151
"npm-run-path-compat": "^2.0.3",
5252
"prebuild": "^7.4.0"

0 commit comments

Comments
 (0)