Skip to content

Commit

Permalink
chore(main): release 0.6.3 (#560)
Browse files Browse the repository at this point in the history
Co-authored-by: notero-bot[bot] <172999662+notero-bot[bot]@users.noreply.github.com>
  • Loading branch information
notero-bot[bot] authored Sep 11, 2024
1 parent 66423d0 commit 879eabd
Show file tree
Hide file tree
Showing 4 changed files with 15 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,3 +1,3 @@
{
".": "0.6.2"
".": "0.6.3"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/dvanoni/notero/compare/v0.6.2...v0.6.3) (2024-09-11)


### Features

* Improve error messages for missing preferences ([#569](https://github.com/dvanoni/notero/issues/569)) ([86c4589](https://github.com/dvanoni/notero/commit/86c45894b98aaa1fc13ebb95de084f8109e2972c))
* Improve preferences UI ([#570](https://github.com/dvanoni/notero/issues/570)) ([ef6ff2b](https://github.com/dvanoni/notero/commit/ef6ff2be2e8d8e84fb03507c8ea6b00268c5c557))
* **localization:** New Crowdin translations ([#567](https://github.com/dvanoni/notero/issues/567)) ([d242cd4](https://github.com/dvanoni/notero/commit/d242cd45aca843c61b9893783414e13839db1bcd))
* **localization:** New Crowdin translations ([#572](https://github.com/dvanoni/notero/issues/572)) ([66423d0](https://github.com/dvanoni/notero/commit/66423d0f6e6a16a75740349fabf48a92336b0b8b))
* Log UI menu interactions and when enqueueing no items ([#549](https://github.com/dvanoni/notero/issues/549)) ([af52ebd](https://github.com/dvanoni/notero/commit/af52ebd79696070258813dedc8ee11fb510ab007))

## [0.6.2](https://github.com/dvanoni/notero/compare/v0.6.1...v0.6.2) (2024-09-01)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notero",
"version": "0.6.2",
"version": "0.6.3",
"description": "Sync Zotero items and notes into Notion",
"scripts": {
"build": "tsx scripts/build.ts",
Expand Down

0 comments on commit 879eabd

Please sign in to comment.