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

Commit ce742cd

Browse files
committed
bump to v2.2.0
1 parent da5c96d commit ce742cd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.2.0] - 2018-03-30
56
### Changed
67
- Updated brotli from [v1.0.3] to [v1.0.4]
78

@@ -253,6 +254,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
253254

254255
## [1.0.0] - 2015-10-18
255256

257+
[2.2.0]: https://github.com/MayhemYDG/iltorb/compare/v2.1.0...v2.2.0
256258
[2.1.0]: https://github.com/MayhemYDG/iltorb/compare/v2.0.9...v2.1.0
257259
[2.0.9]: https://github.com/MayhemYDG/iltorb/compare/v2.0.8...v2.0.9
258260
[2.0.8]: https://github.com/MayhemYDG/iltorb/compare/v2.0.7...v2.0.8
@@ -293,7 +295,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
293295
[1.0.1]: https://github.com/MayhemYDG/iltorb/compare/1.0.0...1.0.1
294296
[1.0.1]: https://github.com/MayhemYDG/iltorb/releases/tag/1.0.0
295297

296-
[v1.0.4]: https://github.com/google/brotli/releases/tag/v1.0.4
298+
[v1.0.4]: https://github.com/google/brotli/compare/v1.0.3...c6333e1e79fb62ea088443f192293f964409b04e
297299
[v1.0.3]: https://github.com/google/brotli/releases/tag/v1.0.3
298300
[v1.0.2]: https://github.com/google/brotli/releases/tag/v1.0.2
299301
[v1.0.1]: https://github.com/google/brotli/releases/tag/v1.0.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ fs.createReadStream('path/to/input')
103103
### brotliEncodeParams
104104

105105
The `compress`, `compressSync` and `compressStream` methods may accept an optional `brotliEncodeParams` object to define some or all of brotli's compression parameters:
106-
- [type definition](https://github.com/google/brotli/blob/0f3c84e7458d2ef91a29fdf269e8ad016ae694ba/c/enc/params.h#L30-L42)
107-
- [defaults](https://github.com/google/brotli/blob/0f3c84e7458d2ef91a29fdf269e8ad016ae694ba/c/enc/encode.c#L706-L720)
108-
- [explanations](https://github.com/google/brotli/blob/0f3c84e7458d2ef91a29fdf269e8ad016ae694ba/c/include/brotli/encode.h#L133-L205)
106+
- [type definition](https://github.com/google/brotli/blob/c6333e1e79fb62ea088443f192293f964409b04e/c/enc/params.h#L30-L42)
107+
- [defaults](https://github.com/google/brotli/blob/c6333e1e79fb62ea088443f192293f964409b04e/c/enc/encode.c#L706-L720)
108+
- [explanations](https://github.com/google/brotli/blob/c6333e1e79fb62ea088443f192293f964409b04e/c/include/brotli/encode.h#L133-L205)
109109

110110
```javascript
111111
const brotliEncodeParams = {

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