# conventional-changelog-express

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

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

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

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

[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

[conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) [express](https://github.com/strongloop/express) preset.

**Issues with the convention itself should be reported on the Express issue tracker.**

## Install

```bash
# yarn
yarn add -D conventional-changelog-express
# pnpm
pnpm add -D conventional-changelog-express
# npm
npm i -D conventional-changelog-express
```
