Skip to content

Commit fb3eea0

Browse files
chore(main): release 4.0.0 (#57)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b597d4 commit fb3eea0

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.0.0](https://github.com/ungoldman/changelog-parser/compare/v3.0.1...v4.0.0) (2026-06-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* The package is now ESM-only (previously CommonJS).
11+
12+
### Bug Fixes
13+
14+
* handle square brackets in entries ([#60](https://github.com/ungoldman/changelog-parser/issues/60)) ([cb11078](https://github.com/ungoldman/changelog-parser/commit/cb110783b1a64949cac5821c76960446c9ba4b89))
15+
* ignore HTML comments ([#59](https://github.com/ungoldman/changelog-parser/issues/59)) ([f1cf5a6](https://github.com/ungoldman/changelog-parser/commit/f1cf5a699260b25936b928dcf78613b6a34350de))
16+
* keep entries with whitespace-only headings ([#58](https://github.com/ungoldman/changelog-parser/issues/58)) ([21a3a48](https://github.com/ungoldman/changelog-parser/commit/21a3a4807b622fbff097514fa70469a951525103))
17+
* parse untitled changelogs and standard-version patch headings ([#61](https://github.com/ungoldman/changelog-parser/issues/61)) ([7244c9e](https://github.com/ungoldman/changelog-parser/commit/7244c9e783b4996b3aa4f5f274563b7e25b68673))
18+
19+
20+
### Build System
21+
22+
* convert to TypeScript and ESM ([#56](https://github.com/ungoldman/changelog-parser/issues/56)) ([faf117c](https://github.com/ungoldman/changelog-parser/commit/faf117c15e2f58068d0eccde30977ccd2e371be2))
23+
524
## [3.0.1](https://github.com/ungoldman/changelog-parser/compare/v3.0.0...v3.0.1) - 2022-12-23
625

726
### Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "changelog-parser",
33
"description": "Change log parser for node.",
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"author": "Nate Goldman <ungoldman@gmail.com>",
66
"bin": {
77
"changelog-parser": "./dist/cli.js"

0 commit comments

Comments
 (0)