# conventional-changelog-preset-loader

> Configuration preset loader for `conventional-changelog`.

Latest version **6.0.1** (published 2026-07-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install conventional-changelog-preset-loader
pnpm add conventional-changelog-preset-loader
yarn add conventional-changelog-preset-loader
bun add conventional-changelog-preset-loader
```

## Health

**Score 63/100 (C)** — status: active.

Positive: has types package; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 6.0.1 |
| Published | 2026-07-04 |
| First published | 2018-02-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/conventional-changelog-preset-loader) |
| Module format | ESM |
| Node | >=22 |
| Dependencies | 0 |
| Unpacked size | 15 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8506 |
| Author | Hutson Betts |
| Maintainers | bcoe, oss-bot, dangreen |
| Keywords | conventional-changelog, preset, loader |

## Links

- npm: https://www.npmjs.com/package/conventional-changelog-preset-loader
- Repository: https://github.com/conventional-changelog/conventional-changelog
- Homepage: https://conventional-changelog.js.org/preset-loader/
- Issues: https://github.com/conventional-changelog/conventional-changelog/issues
- npm.io page: https://npm.io/package/conventional-changelog-preset-loader

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 6.0.1 (latest) — 2026-07-04
- 2.3.4 (next) — 2020-05-08
- 6.0.0 — 2026-06-26
- 5.0.0 — 2024-05-03
- 4.1.0 — 2023-09-08
- 4.0.0 — 2023-08-27
- 3.0.0 — 2023-06-06
- 2.3.0 — 2019-10-24
- 2.2.0 — 2019-07-29
- 2.1.1 — 2019-04-11
- 2.0.2 — 2018-11-01
- 2.0.1 — 2018-08-21
- 2.0.0 — 2018-05-29
- 1.1.8 — 2018-03-27
- 1.1.7 — 2018-03-22
- … 7 more at https://npm.io/package/conventional-changelog-preset-loader/versions

## README

# conventional-changelog-preset-loader

[![ESM-only package][package]][package-url]
[![NPM version][npm]][npm-url]
[![Node version][node]][node-url]
[![Dependencies status][deps]][deps-url]
[![Install size][size]][size-url]
[![Build status][build]][build-url]
[![Coverage status][coverage]][coverage-url]

[package]: https://img.shields.io/badge/package-ESM--only-ffe536.svg
[package-url]: https://nodejs.org/api/esm.html

[npm]: https://img.shields.io/npm/v/conventional-changelog-preset-loader.svg
[npm-url]: https://npmjs.com/package/conventional-changelog-preset-loader

[node]: https://img.shields.io/node/v/conventional-changelog-preset-loader.svg
[node-url]: https://nodejs.org

[deps]: https://img.shields.io/librariesio/release/npm/conventional-changelog-preset-loader
[deps-url]: https://libraries.io/npm/conventional-changelog-preset-loader

[size]: https://packagephobia.com/badge?p=conventional-changelog-preset-loader
[size-url]: https://packagephobia.com/result?p=conventional-changelog-preset-loader

[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master
[build-url]: https://github.com/conventional-changelog/conventional-changelog/actions

[coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master

Configuration preset loader for `conventional-changelog`.

## Install

```bash
# pnpm
pnpm add conventional-changelog-preset-loader
# yarn
yarn add conventional-changelog-preset-loader
# npm
npm i conventional-changelog-preset-loader
```

## Usage

```js
import { loadPreset } from 'conventional-changelog-preset-loader'

loadPreset('angular').then((config) => {
  // do something with config object
})
```

## Documentation

For preset package resolution, preset exports, and options, visit the [documentation website](https://conventional-changelog.js.org/preset-loader/).

## License

MIT © [Steve Mao](https://github.com/stevemao)

---
_Source: https://npm.io/package/conventional-changelog-preset-loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
