Skip to content

Commit

Permalink
Merge pull request #19 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 bfc6bb6 + 62a8133 commit b653831
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.6.0",
"packages/cli": "0.4.3"
"packages/core": "0.7.0",
"packages/cli": "0.4.4"
}
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.4](https://github.com/timgreen/Anki.md/compare/cli-v0.4.3...cli/v0.4.4) (2022-11-22)

### Features

- **sync:** Cli flag to update model templates. ([2b587f7](https://github.com/timgreen/Anki.md/commit/2b587f71e180f79648d7128b53f5a2ddd4f67968))

### Bug Fixes

- Code link in generated README. ([52bbcec](https://github.com/timgreen/Anki.md/commit/52bbcecb9c6e3464bd8ed1bc93f69b5c069fab23))

## [0.4.3](https://github.com/timgreen/Anki.md/compare/@anki.md/[email protected]/[email protected]) (2022-11-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anki.md/cli",
"version": "0.4.3",
"version": "0.4.4",
"description": "Anki.md CLI.",
"author": " @timgreen",
"bin": {
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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

### ⚠ BREAKING CHANGES

- **NoteId:** Move noteId to the heading.
- **core:** Update frontmatter model schema.

### Features

- **core:** Update frontmatter model schema. ([ed04257](https://github.com/timgreen/Anki.md/commit/ed04257f27a1feb8d88c43184399c75a5a8423a7))
- **NoteId:** Helper to update noteId. ([bfc6bb6](https://github.com/timgreen/Anki.md/commit/bfc6bb625975bb947b334ec6a317d7401e5c756f))
- **NoteId:** Parser returns note position. ([8a4e36d](https://github.com/timgreen/Anki.md/commit/8a4e36dd45aa994de224e876d464e5d68e5f79f6))

### Code Refactoring

- **NoteId:** Move noteId to the heading. ([d47eb29](https://github.com/timgreen/Anki.md/commit/d47eb29046d60ba366be282be2678c7deb6eb03c))

## [0.6.0](https://github.com/timgreen/Anki.md/compare/@anki.md/[email protected]/core-v0.6.0) (2022-11-21)

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

0 comments on commit b653831

Please sign in to comment.