Skip to content

Commit

Permalink
Merge pull request #38 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 24, 2022
2 parents 55333ba + 1c85310 commit a5c40cf
Show file tree
Hide file tree
Showing 5 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.8.1",
"packages/core": "0.8.2",
"packages/cli": "0.4.7"
}
2 changes: 1 addition & 1 deletion 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.4.7 linux-x64 node-v18.12.0
@anki.md/cli/0.4.7 linux-x64 node-v18.12.1
$ ankimd --help [COMMAND]
USAGE
$ ankimd COMMAND
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.8.2](https://github.com/timgreen/Anki.md/compare/core/v0.8.1...core/v0.8.2) (2022-11-24)

### Features

- Audio support `[sound:a.mp3]`. ([55333ba](https://github.com/timgreen/Anki.md/commit/55333ba038ac9235f5b9cd2a885d5be72bdcfbff))

## [0.8.1](https://github.com/timgreen/Anki.md/compare/core/v0.8.0...core/v0.8.1) (2022-11-23)

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

0 comments on commit a5c40cf

Please sign in to comment.