Skip to content

Commit

Permalink
Merge pull request #21 from timgreen/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
timgreen authored Nov 22, 2022
2 parents 5d7e0a0 + f1555ea commit 29e9d6a
Show file tree
Hide file tree
Showing 5 changed files with 17 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.7.1",
"packages/core": "0.7.2",
"packages/cli": "0.4.4"
}
10 changes: 7 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# Usage

<!-- usage -->

```sh-session
$ npm install -g @anki.md/cli
$ ankimd COMMAND
Expand All @@ -21,14 +22,16 @@ USAGE
$ ankimd COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- commands -->
* [`ankimd autocomplete [SHELL]`](#ankimd-autocomplete-shell)
* [`ankimd help [COMMAND]`](#ankimd-help-command)
* [`ankimd sync FILE`](#ankimd-sync-file)

- [`ankimd autocomplete [SHELL]`](#ankimd-autocomplete-shell)
- [`ankimd help [COMMAND]`](#ankimd-help-command)
- [`ankimd sync FILE`](#ankimd-sync-file)

## `ankimd autocomplete [SHELL]`

Expand Down Expand Up @@ -105,4 +108,5 @@ EXAMPLES
```

_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/@anki.md/[email protected]/packages/cli/src/commands/sync.ts)_

<!-- commandsstop -->
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.7.2](https://github.com/timgreen/Anki.md/compare/core/v0.7.1...core/v0.7.2) (2022-11-22)

### Features

- **parser:** Support global tags in frontmatter. ([5d7e0a0](https://github.com/timgreen/Anki.md/commit/5d7e0a0db279a787efaff1154daf522b56a2fb07))

## [0.7.1](https://github.com/timgreen/Anki.md/compare/core/v0.7.0...core/v0.7.1) (2022-11-22)

### Features
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.7.1",
"version": "0.7.2",
"description": "Anki.md core library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 29e9d6a

Please sign in to comment.