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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Oct 12, 2017
1 parent e623413 commit e472805
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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/).

## master
## [2.0.0] - 2017-10-12
### Changed
- Updated brotli from [v0.6.0] to [v1.0.1]

Expand Down Expand Up @@ -188,10 +188,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [1.0.0] - 2015-10-18

[1.3.10]: https://github.com/MayhemYDG/iltorb/compare/1.3.9...1.3.10
[1.3.9]: https://github.com/MayhemYDG/iltorb/compare/1.3.8...1.3.9
[1.3.8]: https://github.com/MayhemYDG/iltorb/compare/1.3.7...1.3.8
[1.3.7]: https://github.com/MayhemYDG/iltorb/compare/1.3.6...1.3.7
[2.0.0]: https://github.com/MayhemYDG/iltorb/compare/v1.3.10...v2.0.0
[1.3.10]: https://github.com/MayhemYDG/iltorb/compare/v1.3.9...v1.3.10
[1.3.9]: https://github.com/MayhemYDG/iltorb/compare/v1.3.8...v1.3.9
[1.3.8]: https://github.com/MayhemYDG/iltorb/compare/v1.3.7...v1.3.8
[1.3.7]: https://github.com/MayhemYDG/iltorb/compare/1.3.6...v1.3.7
[1.3.6]: https://github.com/MayhemYDG/iltorb/compare/1.3.5...1.3.6
[1.3.5]: https://github.com/MayhemYDG/iltorb/compare/1.3.4...1.3.5
[1.3.4]: https://github.com/MayhemYDG/iltorb/compare/1.3.3...1.3.4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iltorb",
"version": "1.3.10",
"version": "2.0.0",
"description": "Brotli compression/decompression with native bindings",
"homepage": "https://github.com/MayhemYDG/iltorb",
"bugs": "https://github.com/MayhemYDG/iltorb/issues",
Expand All @@ -25,10 +25,10 @@
}
],
"files": [
"brotli/common",
"brotli/dec",
"brotli/enc",
"brotli/include",
"brotli/c/common",
"brotli/c/dec",
"brotli/c/enc",
"brotli/c/include",
"src",
"binding.gyp",
"index.js"
Expand Down

0 comments on commit e472805

Please sign in to comment.