# @conventional-changelog/template

> Template utilities for conventional changelog generation.

Latest version **1.4.0** (published 2026-08-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @conventional-changelog/template
pnpm add @conventional-changelog/template
yarn add @conventional-changelog/template
bun add @conventional-changelog/template
```

## Health

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

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

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2026-08-18 |
| First published | 2026-06-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=22 |
| Dependencies | 0 |
| Unpacked size | 50.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8511 |
| Author | Dan Onoshko |
| Maintainers | bcoe, oss-bot, dangreen |
| Keywords | conventional-changelog, changelog, template, render, helpers |

## Links

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

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.4.0 (latest) — 2026-08-18
- 1.3.0 — 2026-08-10
- 1.2.1 — 2026-07-04
- 1.2.0 — 2026-06-27
- 1.1.0 — 2026-06-27
- 1.0.0 — 2026-06-26

## README

# @conventional-changelog/template

[![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/template.svg
[npm-url]: https://npmjs.com/package/@conventional-changelog/template

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

[deps]: https://img.shields.io/librariesio/release/npm/@conventional-changelog/template
[deps-url]: https://libraries.io/npm/@conventional-changelog%2Ftemplate

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

[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

Template utilities for conventional changelog generation.

## Install

```bash
# pnpm
pnpm add @conventional-changelog/template
# yarn
yarn add @conventional-changelog/template
# npm
npm i @conventional-changelog/template
```

## Usage

```js
import {
  heading,
  link,
  list,
  url
} from '@conventional-changelog/template'

console.log(heading(2, 'Features')) // ## Features
console.log(link('commit', url('https://github.com/example/repo', 'commit', 'abc123')))
console.log(list(['a', 'b'], item => item))
```

## Documentation

For the API reference, visit the [documentation website](https://conventional-changelog.js.org/template/).

## License

MIT © [Dan Onoshko](https://github.com/dangreen)

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