Skip to content

Commit e8b7a83

Browse files
committed
1.5.0
1 parent 71388c2 commit e8b7a83

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. Dates are d
33

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

6+
#### [v1.5.0](https://github.com/CookPete/auto-changelog/compare/v1.4.6...v1.5.0)
7+
> 16 May 2018
8+
- Feat: match template helper [`#40`](https://github.com/CookPete/auto-changelog/pull/40)
9+
- Add commit-list template helper [`#36`](https://github.com/CookPete/auto-changelog/issues/36) [`#39`](https://github.com/CookPete/auto-changelog/issues/39)
10+
- Use UTC dates by default [`#37`](https://github.com/CookPete/auto-changelog/issues/37)
11+
- Move helper tests to separate files [`71388c2`](https://github.com/CookPete/auto-changelog/commit/71388c2dca9d9d50df540f904de5b3c0c0fea86a)
12+
- Remove unused imports from template tests [`5ca7c61`](https://github.com/CookPete/auto-changelog/commit/5ca7c619dd9f8ca02cdcb67469025f71ab10cc2f)
13+
614
#### [v1.4.6](https://github.com/CookPete/auto-changelog/compare/v1.4.5...v1.4.6)
715
> 15 March 2018
816
- Added support for old git versions [`#35`](https://github.com/CookPete/auto-changelog/pull/35)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-changelog",
3-
"version": "1.4.6",
3+
"version": "1.5.0",
44
"description": "Command line tool for generating a changelog from git tags and commit history",
55
"bin": {
66
"auto-changelog": "./lib/index.js"

0 commit comments

Comments
 (0)