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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Apr 6, 2018
1 parent 6a20cdf commit 8db7999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0] - 2018-04-06
### Added
- The compress and decompress methods will now return a promise when the callback argument is missing.
- This change enables using those methods in async/await flow.
Expand Down Expand Up @@ -258,6 +259,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [1.0.0] - 2015-10-18

[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
[2.0.9]: https://github.com/MayhemYDG/iltorb/compare/v2.0.8...v2.0.9
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iltorb",
"version": "2.2.0",
"version": "2.3.0",
"description": "Brotli compression/decompression with native bindings",
"homepage": "https://github.com/MayhemYDG/iltorb",
"bugs": "https://github.com/MayhemYDG/iltorb/issues",
Expand Down

0 comments on commit 8db7999

Please sign in to comment.