Skip to content

Commit

Permalink
chore: release main (#97)
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 fcde0f0 commit da43429
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.1"
"packages/cli": "0.6.2"
}
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.2](https://github.com/timgreen/Anki.md/compare/cli/v0.6.1...cli/v0.6.2) (2023-03-10)

### Bug Fixes

- **skip media:** Bump core to 0.10.4 ([fcde0f0](https://github.com/timgreen/Anki.md/commit/fcde0f033857562416c0db0e41996040ee19096d))

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

### Features
Expand Down
6 changes: 3 additions & 3 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.1 linux-x64 node-v18.14.2
@anki.md/cli/0.6.2 linux-x64 node-v18.14.2
$ ankimd --help [COMMAND]
USAGE
$ ankimd COMMAND
Expand Down Expand Up @@ -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.1/packages/cli/src/commands/rmids.ts)_
_See code: [dist/commands/rmids.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.2/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.1/packages/cli/src/commands/sync.ts)_
_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.2/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.1",
"version": "0.6.2",
"description": "Anki.md CLI.",
"author": " @timgreen",
"bin": {
Expand Down

0 comments on commit da43429

Please sign in to comment.