Skip to content

Commit

Permalink
3.1.0 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
  • Loading branch information
github-actions[bot] and mcmire committed Nov 15, 2022
1 parent dcf3e3d commit 839be83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.0]
### Added
- Allow prerelease versions in release headers ([#130](https://github.com/MetaMask/auto-changelog/pull/130))

## [3.0.0]
### Added
- Support alternate tag prefixes ([#120](https://github.com/MetaMask/auto-changelog/pull/120))
Expand Down Expand Up @@ -90,7 +94,8 @@ Includes the following features:
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
- Configurable repository URL, version, and changelog file path ([#33](https://github.com/MetaMask/auto-changelog/pull/33), [#31](https://github.com/MetaMask/auto-changelog/pull/31), [#30](https://github.com/MetaMask/auto-changelog/pull/30))

[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...v3.0.0
[2.6.1]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/MetaMask/auto-changelog/compare/v2.5.0...v2.6.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@metamask/auto-changelog",
"version": "3.0.0",
"version": "3.1.0",
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 839be83

Please sign in to comment.