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

Commit 8db7999

Browse files
committed
Bump to v2.3.0
1 parent 6a20cdf commit 8db7999

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.0] - 2018-04-06
56
### Added
67
- The compress and decompress methods will now return a promise when the callback argument is missing.
78
- This change enables using those methods in async/await flow.
@@ -258,6 +259,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
258259

259260
## [1.0.0] - 2015-10-18
260261

262+
[2.3.0]: https://github.com/MayhemYDG/iltorb/compare/v2.2.0...v2.3.0
261263
[2.2.0]: https://github.com/MayhemYDG/iltorb/compare/v2.1.0...v2.2.0
262264
[2.1.0]: https://github.com/MayhemYDG/iltorb/compare/v2.0.9...v2.1.0
263265
[2.0.9]: https://github.com/MayhemYDG/iltorb/compare/v2.0.8...v2.0.9

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