# @changesets/types

> Common types shared between changeset packages

Latest version **7.0.0** (published 2026-08-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @changesets/types
pnpm add @changesets/types
yarn add @changesets/types
bun add @changesets/types
```

## Health

**Score 70/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 7.0.0 |
| Published | 2026-08-11 |
| First published | 2019-09-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | ^22.11 \|\| ^24 \|\| >=26 |
| Dependencies | 0 |
| Unpacked size | 8.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 12390 |
| Maintainers | emmatown, andarist |

## Links

- npm: https://www.npmjs.com/package/@changesets/types
- Repository: https://github.com/changesets/changesets
- npm.io page: https://npm.io/package/@changesets/types

## Recent versions

- 7.0.0 (latest) — 2026-08-11
- 7.0.0-next.9 (next) — 2026-08-03
- 4.1.0-temp.0 (temp) — 2021-12-07
- 7.0.0-next.8 — 2026-07-25
- 7.0.0-next.7 — 2026-07-17
- 7.0.0-next.6 — 2026-07-01
- 7.0.0-next.5 — 2026-05-28
- 7.0.0-next.4 — 2026-05-13
- 7.0.0-next.3 — 2026-05-07
- 7.0.0-next.2 — 2026-05-04
- 7.0.0-next.1 — 2025-10-30
- 7.0.0-next.0 — 2025-04-21
- 6.1.0 — 2025-02-17
- 6.0.0 — 2023-11-28
- 5.2.1 — 2022-12-18
- … 22 more at https://npm.io/package/@changesets/types/versions

## README

# @changesets/types

[![Open on npmx.dev](https://npmx.dev/api/registry/badge/version/@changesets/types?name=true)](https://npmx.dev/package/@changesets/types)
[![View changelog](https://npmx.dev/api/registry/badge/version/@changesets/cli?color=229fe4&value=View+changelog&label=+)](./CHANGELOG.md)

A package of types for use in changesets, or projects wishing to extend them.

Of these, the most useful types are:

## NewChangeset

The format for a changeset as of changesets version 2.

## ChangelogFunctions

The shape of the object used for generating changelog entries.

## ReleasePlan

The combined object used to version packages and update changelogs.

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