From 8641b74a8885a386e6da9fe340d002a9b7807f57 Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sun, 12 Mar 2023 23:45:57 +1100 Subject: [PATCH] chore: release main (#98) * chore: release main * chore: run CHANGELOG.md through Prettier. * chore(cli): update README. --------- Co-authored-by: github-actions[bot] --- .release-please-manifest.json | 2 +- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/README.md | 10 +++++----- packages/cli/package.json | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d111904..4d02602 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/core": "0.10.4", - "packages/cli": "0.6.2" + "packages/cli": "0.6.3" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e67999f..4c3eb10 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/README.md b/packages/cli/README.md index 1b2df2f..9e51bb1 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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 @@ -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` @@ -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` @@ -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` @@ -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)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index 94f719b..f6aa1ac 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@anki.md/cli", - "version": "0.6.2", + "version": "0.6.3", "description": "Anki.md CLI.", "author": " @timgreen", "bin": {