Skip to content

Commit

Permalink
chore: release conventional-changelog-preset-loader 5.0.0 (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dan Onoshko <danon0404@gmail.com>
  • Loading branch information
github-actions[bot] and dangreen committed Apr 26, 2024
1 parent 2aa6291 commit e34c96d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"packages/conventional-changelog-atom": "5.0.0",
"packages/git-semver-tags": "7.0.1",
"packages/conventional-commits-filter": "5.0.0",
"packages/conventional-changelog-preset-loader": "4.1.0",
"packages/conventional-changelog-preset-loader": "5.0.0",
"packages/conventional-recommended-bump": "10.0.0",
"packages/conventional-changelog-core": "7.0.0",
"packages/standard-changelog": "6.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/conventional-changelog-preset-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-preset-loader-v4.1.0...conventional-changelog-preset-loader-v5.0.0) (2024-04-26)


### ⚠ BREAKING CHANGES

* Node >= 18 is required
* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218))
* Now all packages, except gulp-conventional-changelog, are ESM-only.

### Features

* **conventional-changelog-preset-loader:** rewrite to TypeScript ([#1185](https://github.com/conventional-changelog/conventional-changelog/issues/1185)) ([d082692](https://github.com/conventional-changelog/conventional-changelog/commit/d082692a2bafbc8edf402f353bc2b94bc8077f08))
* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a))
* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff))
* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2))

## [4.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-preset-loader-v4.0.0...conventional-changelog-preset-loader-v4.1.0) (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-preset-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "conventional-changelog-preset-loader",
"type": "module",
"version": "4.1.0",
"version": "5.0.0",
"description": "Configuration preset loader for `conventional-changelog`.",
"author": "Hutson Betts",
"license": "MIT",
Expand Down

0 comments on commit e34c96d

Please sign in to comment.