Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Nov 8, 2018
1 parent 1511eeb commit 7f8f945
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.9.0](https://github.com/CookPete/auto-changelog/compare/v1.8.1...v1.9.0)

> 8 November 2018
- Add support for azure devops and visualstudio.com [`#72`](https://github.com/CookPete/auto-changelog/pull/72)
- Bump packages [`#56`](https://github.com/CookPete/auto-changelog/pull/56) [`#60`](https://github.com/CookPete/auto-changelog/pull/60) [`#61`](https://github.com/CookPete/auto-changelog/pull/61)
- Add --tag-pattern option [`#70`](https://github.com/CookPete/auto-changelog/pull/70)
- Add support for .auto-changelog config [`#66`](https://github.com/CookPete/auto-changelog/pull/66)
- Add --release-summary option [`#69`](https://github.com/CookPete/auto-changelog/issues/69)
- Add tests for `.auto-changelog` feature [`17b0926`](https://github.com/CookPete/auto-changelog/commit/17b09269fa5603e0be7f5ffe5ce67996f7cf4176)
- Add tests for sortReleases [`9d80b9d`](https://github.com/CookPete/auto-changelog/commit/9d80b9d8a7dfcb5f0db37dad1fa8757e3124c564)
- Fix quote style [`5c18eda`](https://github.com/CookPete/auto-changelog/commit/5c18edaebff560e3e982a8d58ee7473f24b6be24)

#### [v1.8.1](https://github.com/CookPete/auto-changelog/compare/v1.8.0...v1.8.1)

> 8 October 2018
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": "auto-changelog",
"version": "1.8.1",
"version": "1.9.0",
"description": "Command line tool for generating a changelog from git tags and commit history",
"bin": {
"auto-changelog": "./lib/index.js"
Expand Down

0 comments on commit 7f8f945

Please sign in to comment.