Skip to main content
Module

x/deno_changesets/CHANGELOG.md

🦕 Deno native way to manage versioning and changelogs.
Go to Latest
File

deno_changesets

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.0 - 2022-12-20

Added

  • Added –prod-ready flag to the release command, use for publishing from pre-1.0 to 1.0.
  • Prompts when creating a changeset now come with hints.

0.1.0 - 2022-12-20

Added

  • Changelogs will now be added and created when releasing.
  • CLI prompts now are searchable.

Changed