Skip to content

Commit

Permalink
chore: release main (#95)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: run CHANGELOG.md through Prettier.

---------

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 33b9446 commit 75730dc
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.10.2",
"packages/core": "0.10.3",
"packages/cli": "0.6.0"
}
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.10.3](https://github.com/timgreen/Anki.md/compare/core/v0.10.2...core/v0.10.3) (2023-03-10)

### Features

- Report details during the sync ([33b9446](https://github.com/timgreen/Anki.md/commit/33b9446c514401629abf878e68d72d76aa0baa91))

## [0.10.2](https://github.com/timgreen/Anki.md/compare/core/v0.10.1...core/v0.10.2) (2023-03-09)

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

0 comments on commit 75730dc

Please sign in to comment.