diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f4540..a86f1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ -# Change Log +# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.6](https://github.com/Kikobeats/compress-brotli/compare/v1.0.5...v1.0.6) (2019-05-20) + + +### Build System + +* change git-authors-cli position ([c92f52e](https://github.com/Kikobeats/compress-brotli/commit/c92f52e)) + + + ## [1.0.5](https://github.com/Kikobeats/compress-brotli/compare/v1.0.4...v1.0.5) (2019-04-11) diff --git a/package.json b/package.json index db95e86..4fe72f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "compress-brotli", "description": "Simple cross Node.js inteface for using brotli compression", "homepage": "https://nicedoc.io/Kikobeats/compress-brotli", - "version": "1.0.5", + "version": "1.0.6", "main": "index.js", "author": { "name": "Kiko Beats",