# conventional-changelog-jquery

> JQuery preset for conventional-changelog.

Latest version **6.1.0** (published 2026-03-04) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install conventional-changelog-jquery
pnpm add conventional-changelog-jquery
yarn add conventional-changelog-jquery
bun add conventional-changelog-jquery
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 6.1.0 |
| Published | 2026-03-04 |
| First published | 2015-12-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM |
| Node | >=18 |
| Dependencies | 0 |
| Unpacked size | 8.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8507 |
| Author | Steve Mao |
| Maintainers | bcoe, oss-bot, dangreen, stevemao, tapppi |
| Keywords | conventional-changelog, jquery, preset |

## Links

- npm: https://www.npmjs.com/package/conventional-changelog-jquery
- Repository: https://github.com/conventional-changelog/conventional-changelog
- Homepage: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jquery#readme
- Issues: https://github.com/conventional-changelog/conventional-changelog/issues
- npm.io page: https://npm.io/package/conventional-changelog-jquery

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 6.1.0 (latest) — 2026-03-04
- 3.0.11 (next) — 2020-11-05
- 3.0.10 (latestt) — 2020-05-08
- 6.0.0 — 2024-05-03
- 5.0.0 — 2023-08-27
- 4.0.0 — 2023-06-06
- 3.0.6 — 2019-10-03
- 3.0.4 — 2018-11-01
- 3.0.3 — 2018-08-21
- 3.0.2 — 2018-08-21
- 3.0.1 — 2018-08-21
- 3.0.0 — 2018-06-06
- 2.0.1 — 2018-06-02
- 2.0.0 — 2018-05-29
- 1.3.9 — 2018-04-16
- … 17 more at https://npm.io/package/conventional-changelog-jquery/versions

## README

# conventional-changelog-jquery

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

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

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

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

[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) [jQuery](https://github.com/jquery/jquery) preset.

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

## Install

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

## JQuery Convention

Commit messages should describe what changed, and reference the issue number if the commit closes or is associated with a particular issue. Commit messages for all jQuery projects should look like this:

```
Component: Short Description

Optional Long Description

Fixes #xxx
Closes gh-yyy
Ref #zzz
```

Every commit must have a subject (the first line). Everything else is optional.

### Subject

This is the first line. It consists of a component, like "Event" or "Autocomplete".

### Long description

There are two line breaks between the subject and the long description. The description can have any length and formatting, like lists.

### References

References to issues or pull requests go after the long description, each one on their own line.

* Use **Fixes** when the commit fixes an open issue.

* Use **Closes** when the commit closes an open pull request.

* Use **Ref** when referencing an issue or pull request that is already closed or should remain open. Examples include partial fixes and commits that add a test but not a fix.

* Always use "gh-xxx" for GitHub issues and pull requests within the same repository. Use "\[user\]/\[repo\]#xxx" when referencing an issue or pull request in another repository, e.g., "Closes jquery/jquery-ui#175".

Based on https://github.com/jquery/contribute.jquery.org/blob/master/pages/commits-and-pull-requests.md#commit-guidelines

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