diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0b0e8..ec7f011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [3.1.0](https://github.com/uphold/github-changelog-generator/releases/tag/v3.1.0) (2022-05-26) +- Fix generator to work on repos without releases [\#102](https://github.com/uphold/github-changelog-generator/pull/102) ([Americas](https://github.com/Americas)) + ## [3.0.0](https://github.com/uphold/github-changelog-generator/releases/tag/v3.0.0) (2021-11-08) - Bump dependencies [\#96](https://github.com/uphold/github-changelog-generator/pull/96) ([diogotorres97](https://github.com/diogotorres97)) diff --git a/package.json b/package.json index bb5bf80..324433f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/github-changelog-generator", - "version": "3.0.0", + "version": "3.1.0", "description": "Generate changelog files from the project's GitHub PRs", "license": "MIT", "author": "Ricardo Lopes",