Skip to content

Commit

Permalink
chore: release main (#94)
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 10, 2023
1 parent cbf02f6 commit f3afd3a
Show file tree
Hide file tree
Showing 4 changed files with 25 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.2",
"packages/cli": "0.5.1"
"packages/cli": "0.6.0"
}
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.0](https://github.com/timgreen/Anki.md/compare/cli/v0.5.1...cli/v0.6.0) (2023-03-10)

### ⚠ BREAKING CHANGES

- default to not save the note id

### Features

- Default to not save the note id ([cbf02f6](https://github.com/timgreen/Anki.md/commit/cbf02f64589bc3c92288a3ae11e96a45776cd0a7))
- Introduce simple spinner for sync ([55c77e7](https://github.com/timgreen/Anki.md/commit/55c77e70f0accc17d891f4d888a9ecfb2d9daf8d))
- Support json output for connect wrapper ([eb74d2b](https://github.com/timgreen/Anki.md/commit/eb74d2bd948b8cf83cb5857b16c9a89951437a5c))

## [0.5.1](https://github.com/timgreen/Anki.md/compare/cli/v0.5.0...cli/v0.5.1) (2023-03-09)

### Features
Expand Down
16 changes: 11 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.5.1 linux-x64 node-v18.14.2
@anki.md/cli/0.6.0 linux-x64 node-v18.14.2
$ ankimd --help [COMMAND]
USAGE
$ ankimd COMMAND
Expand Down Expand Up @@ -73,7 +73,10 @@ Gets the complete list of deck names for the current user.

```
USAGE
$ ankimd connect deckNames
$ ankimd connect deckNames [--json]
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Gets the complete list of deck names for the current user.
Expand All @@ -88,7 +91,10 @@ Retrieve the list of profiles.

```
USAGE
$ ankimd connect getProfiles
$ ankimd connect getProfiles [--json]
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Retrieve the list of profiles.
Expand Down Expand Up @@ -170,7 +176,7 @@ EXAMPLES
$ ankimd rmids deckA.md deckB.md
```

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

## `ankimd sync MARKDOWNS`

Expand Down Expand Up @@ -204,6 +210,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.5.1/packages/cli/src/commands/sync.ts)_
_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.0/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.5.1",
"version": "0.6.0",
"description": "Anki.md CLI.",
"author": " @timgreen",
"bin": {
Expand Down

0 comments on commit f3afd3a

Please sign in to comment.