Releases: timotheeguerin/chronus
Releases · timotheeguerin/chronus
@chronus/[email protected]
@chronus/[email protected]
Features
- #78 Auto-Select the undocumented packages when using
chronus add
- #96
chronus publish
can take a wild card of tgz to publish instead of publishing the workspace - #92 Add
chronus pack
command that will pack all packages that need publishing - #94 Add new
chronus publish
command to publish all packages in the workspace - #97 Add ability to configure the changelog generator with a
changelog
entry
Bug Fixes
- #96 Only include necessary files in artifact
- #80 Partial Release using
--only
to bump version of select packages - #99 Allow to choose publish engine
- #97 Fix issue where a change kind with version kind of
none
would still be included in the changelog - #84 Add new
list-pending-publish
command to list unpublished packages
@chronus/[email protected]
Features
- Feature: New apply changes system that respect the change kinds names
- Add new function to
@chronus/chronus/change
readChangeDescriptions
that list all change descriptions in the workspace currently.
@chronus/[email protected]
Minor Changes
- Add ability to define a different set of change kinds. For example: Feature, Breaking, Deprecation, Fix, Internal, etc.