Skip to content

Commit 2f2f118

Browse files
committed
5.3.1
1 parent a129424 commit 2f2f118

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [5.4.0]
10+
## [5.3.1]
1111

1212
### Fixed
1313

1414
- Fixed problems with validate on Windows with CRLF ([#269](https://github.com/MetaMask/auto-changelog/pull/269))
1515

16-
### Added
17-
18-
- Added preview builds ([#268](https://github.com/MetaMask/auto-changelog/pull/268))
19-
2016
## [5.3.0]
2117

2218
### Added
@@ -282,8 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282278
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
283279
- 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))
284280

285-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.4.0...HEAD
286-
[5.4.0]: https://github.com/MetaMask/auto-changelog/compare/v5.3.0...v5.4.0
281+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.3.1...HEAD
282+
[5.4.0]: https://github.com/MetaMask/auto-changelog/compare/v5.3.0...v5.3.1
287283
[5.3.0]: https://github.com/MetaMask/auto-changelog/compare/v5.2.0...v5.3.0
288284
[5.2.0]: https://github.com/MetaMask/auto-changelog/compare/v5.1.0...v5.2.0
289285
[5.1.0]: https://github.com/MetaMask/auto-changelog/compare/v5.0.2...v5.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/auto-changelog",
3-
"version": "5.4.0",
3+
"version": "5.3.1",
44
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)