Skip to content

Commit 34028a8

Browse files
chore(main): release 4.0.0
1 parent faf117c commit 34028a8

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* The package is now ESM-only (previously CommonJS).
11+
12+
### Build System
13+
14+
* convert to TypeScript and ESM ([#56](https://github.com/ungoldman/changelog-parser/issues/56)) ([faf117c](https://github.com/ungoldman/changelog-parser/commit/faf117c15e2f58068d0eccde30977ccd2e371be2))
15+
516
## [3.0.1](https://github.com/ungoldman/changelog-parser/compare/v3.0.0...v3.0.1) - 2022-12-23
617

718
### 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)