Skip to content

Commit

Permalink
chore: release main (#141)
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 Jul 8, 2023
1 parent c852eea commit 8b4b524
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 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/core": "0.11.1",
"packages/cli": "0.7.1"
}
10 changes: 6 additions & 4 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.1 linux-x64 node-v18.14.2
@anki.md/cli/0.7.1 linux-x64 node-v18.16.1
$ ankimd --help [COMMAND]
USAGE
$ ankimd COMMAND
Expand Down Expand Up @@ -49,7 +49,7 @@ USAGE
$ ankimd autocomplete [SHELL] [-r]
ARGUMENTS
SHELL shell type
SHELL (zsh|bash|powershell) Shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
Expand All @@ -64,10 +64,12 @@ EXAMPLES
$ ankimd autocomplete zsh
$ ankimd autocomplete powershell
$ ankimd autocomplete --refresh-cache
```

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

## `ankimd connect deckNames`

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

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

## `ankimd sync MARKDOWNS`

Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.11.1](https://github.com/timgreen/Anki.md/compare/core/v0.11.0...core/v0.11.1) (2023-07-08)

### Features

- Support raw html in markdown ([c852eea](https://github.com/timgreen/Anki.md/commit/c852eeacaa6d0d2db95ac3e44bd68513bc3bd445))

## [0.11.0](https://github.com/timgreen/Anki.md/compare/core/v0.10.4...core/v0.11.0) (2023-03-13)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anki.md/core",
"version": "0.11.0",
"version": "0.11.1",
"description": "Anki.md core library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8b4b524

Please sign in to comment.