Skip to content

Commit

Permalink
chore: release main (#98)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: run CHANGELOG.md through Prettier.

* chore(cli): update README.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
timgreen and github-actions[bot] authored Mar 12, 2023
1 parent ced955e commit 8641b74
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.10.4",
"packages/cli": "0.6.2"
"packages/cli": "0.6.3"
}
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.6.3](https://github.com/timgreen/Anki.md/compare/cli/v0.6.2...cli/v0.6.3) (2023-03-12)

### Features

- Add color to the output ([ced955e](https://github.com/timgreen/Anki.md/commit/ced955e096d545ffd4d7fab67af17a51ea576b44)), closes [#12](https://github.com/timgreen/Anki.md/issues/12)

## [0.6.2](https://github.com/timgreen/Anki.md/compare/cli/v0.6.1...cli/v0.6.2) (2023-03-10)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @anki.md/cli
$ ankimd COMMAND
running command...
$ ankimd (--version)
@anki.md/cli/0.6.2 linux-x64 node-v18.14.2
@anki.md/cli/0.6.3 linux-x64 node-v18.14.2
$ ankimd --help [COMMAND]
USAGE
$ ankimd COMMAND
Expand Down Expand Up @@ -66,7 +66,7 @@ EXAMPLES
$ ankimd autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.1.4/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.1.5/src/commands/autocomplete/index.ts)_

## `ankimd connect deckNames`

Expand Down Expand Up @@ -178,7 +178,7 @@ DESCRIPTION
Display help for ankimd.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.7/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.8/src/commands/help.ts)_

## `ankimd rmids FILES`

Expand All @@ -200,7 +200,7 @@ EXAMPLES
$ ankimd rmids deckA.md deckB.md
```

_See code: [dist/commands/rmids.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.2/packages/cli/src/commands/rmids.ts)_
_See code: [dist/commands/rmids.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.3/packages/cli/src/commands/rmids.ts)_

## `ankimd sync MARKDOWNS`

Expand Down Expand Up @@ -234,6 +234,6 @@ EXAMPLES
$ ankimd sync deckA.md https://example.com/foo/deckB.md
```

_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.2/packages/cli/src/commands/sync.ts)_
_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.3/packages/cli/src/commands/sync.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anki.md/cli",
"version": "0.6.2",
"version": "0.6.3",
"description": "Anki.md CLI.",
"author": " @timgreen",
"bin": {
Expand Down

0 comments on commit 8641b74

Please sign in to comment.