# conventional-changelog-codemirror

[![NPM version][npm]][npm-url]
[![Node version][node]][node-url]
[![Dependencies status][deps]][deps-url]
[![Build status][build]][build-url]
[![Coverage status][coverage]][coverage-url]

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

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

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

[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.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) [CodeMirror](https://github.com/codemirror/codemirror) preset.

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

## Install

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