🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@conventional-changelog/template

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conventional-changelog/template

Template utilities for conventional changelog generation.

latest
Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
536K
375.57%
Maintainers
3
Weekly downloads
 
Created
Source

@conventional-changelog/template

ESM-only package NPM version Node version Dependencies status Install size Build status Coverage status

Template utilities for conventional changelog generation.

Install

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

Usage

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.

License

MIT © Dan Onoshko

Keywords

conventional-changelog

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts