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

Commit e9d2ead

Browse files
committed
Bump to v2.4.2
1 parent bb5f12a commit e9d2ead

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.4.2] - 2019-03-11
6+
### Changed
7+
- Moved back to using NAN from N-API to hopefully fix some segmentation faults.
8+
59
## [2.4.1] - 2018-10-31
610
### Added
711
- Support for Node 11
@@ -288,6 +292,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
288292

289293
## [1.0.0] - 2015-10-18
290294

295+
[2.4.1]: https://github.com/MayhemYDG/iltorb/compare/v2.4.1...v2.4.2
291296
[2.4.1]: https://github.com/MayhemYDG/iltorb/compare/v2.4.0...v2.4.1
292297
[2.4.0]: https://github.com/MayhemYDG/iltorb/compare/v2.3.2...v2.4.0
293298
[2.3.2]: https://github.com/MayhemYDG/iltorb/compare/v2.3.1...v2.3.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iltorb",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Brotli compression/decompression with native bindings",
55
"homepage": "https://github.com/MayhemYDG/iltorb",
66
"bugs": "https://github.com/MayhemYDG/iltorb/issues",

0 commit comments

Comments
 (0)