> For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt.

# Releases

## Changelog

Please visit [GitHub - Releases](https://github.com/web-infra-dev/modern.js/releases) to see what has changed with each release of Modern.js.

## Version Specification

Modern.js follows the [Semantic Versioning](https://semver.org) specification.

- Major version: Contains incompatible API changes.
- Minor version: Contains backward compatible functional changes.
- Patch version: Contains backwards compatible bug fixes

## Release Cycle

- Modern.js generally releases an official release every Thursday.
- If critical bugs appear, we will release a revised version on the same day.
- We expect to keep Modern.js v2 stable and compatible, there are currently no plans to release the next major version.

## Version Upgrade

Modern.js 3.0 no longer ships the `modern upgrade` command. When you need to upgrade a project, follow the manual migration steps in [Upgrade](/guides/get-started/upgrade.md).
