# @changesets/read

> Read changesets from disc, and return the information as JSON

Latest version **1.0.1** (published 2026-09-04) · MIT license · 0 weekly downloads

## Install

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

## 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 | 1.0.1 |
| Published | 2026-09-04 |
| First published | 2019-09-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | ^22.11 \|\| ^24 \|\| >=26 |
| Dependencies | 3 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 12415 |
| Maintainers | emmatown, andarist |

## Links

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

## Dependencies (3)

- [@changesets/git](https://npm.io/package/@changesets/git.md) ^4.0.1
- [@changesets/parse](https://npm.io/package/@changesets/parse.md) ^1.0.0
- [@changesets/types](https://npm.io/package/@changesets/types.md) ^7.0.0

## Recent versions

- 1.0.1 (latest) — 2026-09-04
- 1.0.0-next.10 (next) — 2026-08-03
- 0.5.3-temp.0 (temp) — 2021-12-07
- 1.0.0 — 2026-08-11
- 1.0.0-next.9 — 2026-07-25
- 1.0.0-next.8 — 2026-07-17
- 1.0.0-next.7 — 2026-07-01
- 1.0.0-next.6 — 2026-06-24
- 1.0.0-next.5 — 2026-05-28
- 1.0.0-next.4 — 2026-05-13
- 1.0.0-next.3 — 2026-05-07
- 1.0.0-next.2 — 2026-05-04
- 0.6.7 — 2026-03-03
- 0.6.6 — 2025-11-27
- 1.0.0-next.1 — 2025-10-30
- … 32 more at https://npm.io/package/@changesets/read/versions

## README

# @changesets/read

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

Read in all changesets from a repository.

```js
import { readChangesets } from "@changesets/read";

let changesets = await readChangesets(cwd);
```

This returns an array of formatted changesets.

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