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.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Apr 30, 2018
1 parent e9141dc commit 645fc22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
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.3.1] - 2018-04-30
### Added
- Support for Node 10

### Removed
- Dropped support for Node 4

## [2.3.0] - 2018-04-06
### Added
- The compress and decompress methods will now return a promise when the callback argument is missing.
Expand Down Expand Up @@ -259,6 +266,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [1.0.0] - 2015-10-18

[2.3.1]: https://github.com/MayhemYDG/iltorb/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/MayhemYDG/iltorb/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/MayhemYDG/iltorb/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/MayhemYDG/iltorb/compare/v2.0.9...v2.1.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iltorb",
"version": "2.3.0",
"version": "2.3.1",
"description": "Brotli compression/decompression with native bindings",
"homepage": "https://github.com/MayhemYDG/iltorb",
"bugs": "https://github.com/MayhemYDG/iltorb/issues",
Expand Down Expand Up @@ -38,15 +38,15 @@
"detect-libc": "^1.0.3",
"nan": "^2.10.0",
"npmlog": "^4.1.2",
"prebuild-install": "^2.5.1",
"prebuild-install": "^3.0.0",
"which-pm-runs": "^1.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"cross-env": "^5.1.4",
"cross-spawn": "^6.0.5",
"mocha": "^5.0.5",
"node-abi": "^2.3.0",
"node-abi": "^2.4.0",
"node-gyp": "^3.6.2",
"npm-run-path-compat": "^2.0.3",
"prebuild": "^7.4.0"
Expand Down

0 comments on commit 645fc22

Please sign in to comment.