diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abc530..89bdad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ 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.4.3] - 2019-04-24 ### Added - Support for Node 12 @@ -298,7 +299,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [1.0.0] - 2015-10-18 -[2.4.1]: https://github.com/MayhemYDG/iltorb/compare/v2.4.1...v2.4.2 +[2.4.3]: https://github.com/MayhemYDG/iltorb/compare/v2.4.2...v2.4.3 +[2.4.2]: https://github.com/MayhemYDG/iltorb/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/MayhemYDG/iltorb/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/MayhemYDG/iltorb/compare/v2.3.2...v2.4.0 [2.3.2]: https://github.com/MayhemYDG/iltorb/compare/v2.3.1...v2.3.2 diff --git a/package.json b/package.json index 4bb8c94..d7060e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iltorb", - "version": "2.4.2", + "version": "2.4.3", "description": "Brotli compression/decompression with native bindings", "homepage": "https://github.com/MayhemYDG/iltorb", "bugs": "https://github.com/MayhemYDG/iltorb/issues",