Skip to content

Commit

Permalink
chore: release main (#101)
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 13, 2023
1 parent cc6f50e commit 19692da
Show file tree
Hide file tree
Showing 4 changed files with 17 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.4",
"packages/core": "0.11.0",
"packages/cli": "0.6.4"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

### ⚠ BREAKING CHANGES

- report & skip unmodified notes
- drop the support of noteId in the parser

### Features

- Drop the support of noteId in the parser ([17640ee](https://github.com/timgreen/Anki.md/commit/17640eef622a4773d202bd2be269b81559302e25)), closes [#34](https://github.com/timgreen/Anki.md/issues/34)
- Report & skip unmodified notes ([cc6f50e](https://github.com/timgreen/Anki.md/commit/cc6f50edc065241c1e4029af557cda97a72e5d4d))
- Update notes without noteid ([82f0e24](https://github.com/timgreen/Anki.md/commit/82f0e2448560db112e561698a393f74eeb51262c)), closes [#34](https://github.com/timgreen/Anki.md/issues/34)

## [0.10.4](https://github.com/timgreen/Anki.md/compare/core/v0.10.3...core/v0.10.4) (2023-03-10)

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

0 comments on commit 19692da

Please sign in to comment.