Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Apr 10, 2020
1 parent 8673af4 commit d4977ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ 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.0.0](https://github.com/CookPete/auto-changelog/compare/v1.16.4...v2.0.0)

> 10 April 2020
- Refactor codebase [`#144`](https://github.com/CookPete/auto-changelog/pull/144)
- **Breaking change:** Remove the need for core-js and building with babel [`2383380`](https://github.com/CookPete/auto-changelog/commit/23833803c4d4652a139a43bb5b6767adc604988b)
- **Breaking change:** Refactor git data fetching logic [`09325ac`](https://github.com/CookPete/auto-changelog/commit/09325aca59fff94aae0b5f457311fca1956276ac)
- Improve progress output [`a2ba4ac`](https://github.com/CookPete/auto-changelog/commit/a2ba4ac01d6dff2b2b08ac6262ffc0bbd4afdb83)

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

> 2 April 2020
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "auto-changelog",
"version": "1.16.4",
"version": "2.0.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 d4977ce

Please sign in to comment.