Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#544)
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] committed Aug 24, 2024
1 parent 67c1db1 commit 9bc7330
Show file tree
Hide file tree
Showing 4 changed files with 20 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.5.17"
".": "0.6.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/dvanoni/notero/compare/v0.5.17...v0.6.0) (2024-08-24)


### ⚠ BREAKING CHANGES

* Zotero 7 is required to use this and future versions of Notero

### Features

* Drop support for Zotero 6 ([#541](https://github.com/dvanoni/notero/issues/541)) ([7c05ed2](https://github.com/dvanoni/notero/commit/7c05ed2830b3be356fe2518cbd914a2ad155ba92))


### Bug Fixes

* **preferences:** Fix height of sync configs table ([#545](https://github.com/dvanoni/notero/issues/545)) ([67c1db1](https://github.com/dvanoni/notero/commit/67c1db1934207f2e9ae30f5801fb89f061cca670))

## [0.5.17](https://github.com/dvanoni/notero/compare/v0.5.16...v0.5.17) (2024-06-21)


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.5.17",
"version": "0.6.0",
"description": "Sync Zotero items and notes into Notion",
"scripts": {
"build": "tsx scripts/build.ts",
Expand Down

0 comments on commit 9bc7330

Please sign in to comment.