Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Sep 11, 2024
1 parent b087f51 commit 5ba380a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@ 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).

#### [v2.5.0](https://github.com/cookpete/auto-changelog/compare/v2.4.0...v2.5.0)

- Fix: Throws error if tag does not contains "version" property [`#272`](https://github.com/cookpete/auto-changelog/pull/272)
- Add support for GitLab's new style routes [`#267`](https://github.com/cookpete/auto-changelog/pull/267)
- fix: gitlab subgroups [`#232`](https://github.com/cookpete/auto-changelog/pull/232)
- Add Template for handling commits with Conventional Commits format [`#217`](https://github.com/cookpete/auto-changelog/pull/217)
- upgrade parse-github-url v1.0.3 [`#289`](https://github.com/cookpete/auto-changelog/pull/289)
- tests: fix parseReleases [`#265`](https://github.com/cookpete/auto-changelog/pull/265)
- feat: combine multiple commit-lists to one if heading is undefined [`#236`](https://github.com/cookpete/auto-changelog/pull/236)
- Add a Plugin system [`#237`](https://github.com/cookpete/auto-changelog/pull/237)
- add support for including commit pattern [`#258`](https://github.com/cookpete/auto-changelog/pull/258)
- Revert GitLab's new style routes [`b087f51`](https://github.com/cookpete/auto-changelog/commit/b087f51151955f6f62ed1fcee9d3e144c9ed931a)
- Remove email from package.json [`0991f17`](https://github.com/cookpete/auto-changelog/commit/0991f17ce936a9db490e2ad1a04121755038b78d)

#### [v2.4.0](https://github.com/cookpete/auto-changelog/compare/v2.3.0...v2.4.0)

> 3 February 2022
- Logical handling of --starting-version [`#227`](https://github.com/cookpete/auto-changelog/pull/227)
- Trim commit subject [`#225`](https://github.com/cookpete/auto-changelog/pull/225)
- feat(commits.js): added niceDate format of commits [`#206`](https://github.com/cookpete/auto-changelog/pull/206)
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": "2.4.0",
"version": "2.5.0",
"description": "Command line tool for generating a changelog from git tags and commit history",
"main": "./src/index.js",
"bin": {
Expand Down

0 comments on commit 5ba380a

Please sign in to comment.