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

Commit 8d012d4

Browse files
committed
Bump to v2.4.1
1 parent 90fbbd3 commit 8d012d4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1] - 2018-10-31
6+
### Added
7+
- Support for Node 11
8+
9+
### Fixed
10+
- Fixed `Module did not self-register` errors, happening when `require()`-ing iltorb multiple times, with worker threads for example. #78
11+
12+
### Changed
13+
- Updated brotli from [v1.0.5] to [v1.0.7]
14+
515
## [2.4.0] - 2018-07-31
616
### Changed
717
- Updated brotli from [v1.0.4] to [v1.0.5]
@@ -278,6 +288,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
278288

279289
## [1.0.0] - 2015-10-18
280290

291+
[2.4.1]: https://github.com/MayhemYDG/iltorb/compare/v2.4.0...v2.4.1
281292
[2.4.0]: https://github.com/MayhemYDG/iltorb/compare/v2.3.2...v2.4.0
282293
[2.3.2]: https://github.com/MayhemYDG/iltorb/compare/v2.3.1...v2.3.2
283294
[2.3.1]: https://github.com/MayhemYDG/iltorb/compare/v2.3.0...v2.3.1
@@ -323,6 +334,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
323334
[1.0.1]: https://github.com/MayhemYDG/iltorb/compare/1.0.0...1.0.1
324335
[1.0.1]: https://github.com/MayhemYDG/iltorb/releases/tag/1.0.0
325336

337+
[v1.0.7]: https://github.com/google/brotli/releases/tag/v1.0.7
326338
[v1.0.5]: https://github.com/google/brotli/releases/tag/v1.0.5
327339
[v1.0.4]: https://github.com/google/brotli/releases/tag/v1.0.4
328340
[v1.0.3]: https://github.com/google/brotli/releases/tag/v1.0.3

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ artifacts:
2727
install:
2828
- cmd: git submodule update --init --recursive
2929
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform;
30-
- cmd: set PATH=%APPDATA%\npm;%PATH%
3130
- ps: >
3231
npm config set progress false
3332
npm config set spin false

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.0",
3+
"version": "2.4.1",
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)