Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 829 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 829 Bytes

Change Log

See the Gatsby CHANGELOG.md


Gatsby is distributed as a monorepo using lerna. Several other large open-source projects are distributed this way, including babel, react, etc.

This means that our CHANGELOG.md files are distributed alongside the package itself in the packages directory.

For example, the package gatsby has a CHANGELOG.md in packages/gatsby/CHANGELOG.md. If you'd like to check out others, check out the packages directory in the root of the repo.