Skip to content

Commit

Permalink
chore: release main (#104)
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 14, 2023
1 parent 171974a commit 47e189c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.11.0",
"packages/cli": "0.7.0"
"packages/cli": "0.7.1"
}
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.7.1](https://github.com/timgreen/Anki.md/compare/cli/v0.7.0...cli/v0.7.1) (2023-03-14)

### Bug Fixes

- The topic for connect ([171974a](https://github.com/timgreen/Anki.md/commit/171974a04f541fa013cc890f721428e338333391))

## [0.7.0](https://github.com/timgreen/Anki.md/compare/cli/v0.6.4...cli/v0.7.0) (2023-03-13)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 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.7.0 linux-x64 node-v18.14.2
@anki.md/cli/0.7.1 linux-x64 node-v18.14.2
$ ankimd --help [COMMAND]
USAGE
$ ankimd COMMAND
Expand Down Expand Up @@ -255,6 +255,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.7.0/packages/cli/src/commands/sync.ts)_
_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.7.1/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.7.0",
"version": "0.7.1",
"description": "Anki.md CLI.",
"author": " @timgreen",
"bin": {
Expand Down

0 comments on commit 47e189c

Please sign in to comment.