Skip to content

Tags: aiszlab/jarvis

Tags

v1.1.0

Toggle v1.1.0's commit message
chore: 将switch命令的changelog条目移到正确的版本位置

v1.0.5

Toggle v1.0.5's commit message
feat: map changesets -v option to version subcommand

- refactor -v flag to pass 'version' command to add function
- bump version to 1.0.5
- update changelog

Co-Authored-By: Claude <noreply@anthropic.com>

v1.0.3

Toggle v1.0.3's commit message
feat: enhance changeset command to accept subcommands and add remove …

…functionality

- Updated the `add` function in `src/changesets/index.ts` to accept an optional command argument.
- Modified the command handling in `src/index.ts` to support subcommands for changesets.
- Introduced a new `remove` command that allows users to remove files or directories using the `rimraf` package.
- Created a new module in `src/remove/index.ts` to handle the removal logic.

v1.0.2

Toggle v1.0.2's commit message
chore(registry): add publish registry