From 59a2a38cc6db9a43159d85467aed2c4f5620ac4c Mon Sep 17 00:00:00 2001 From: "notero-bot[bot]" <172999662+notero-bot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:06:23 -0700 Subject: [PATCH] chore(main): release 0.6.4 (#574) Co-authored-by: notero-bot[bot] <172999662+notero-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e23a4f8..eb5abf78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e78f4f..56f2896f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.4](https://github.com/dvanoni/notero/compare/v0.6.3...v0.6.4) (2024-09-14) + + +### Features + +* **localization:** New Crowdin translations ([#575](https://github.com/dvanoni/notero/issues/575)) ([5439051](https://github.com/dvanoni/notero/commit/543905131e16670e38538f24ae557b970d624ac1)) +* Localize remaining error messages ([#573](https://github.com/dvanoni/notero/issues/573)) ([f9c40a2](https://github.com/dvanoni/notero/commit/f9c40a29281393d53328f27af130dc1443881798)) +* Localize sync progress window ([#576](https://github.com/dvanoni/notero/issues/576)) ([13462bd](https://github.com/dvanoni/notero/commit/13462bd8fd39a3a9dac2b2fa12f8d959203d7df6)) + ## [0.6.3](https://github.com/dvanoni/notero/compare/v0.6.2...v0.6.3) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 8b5f90b0..a6852ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notero", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notero", - "version": "0.6.3", + "version": "0.6.4", "hasInstallScript": true, "dependencies": { "@notionhq/client": "^2.2.15", diff --git a/package.json b/package.json index ca3279be..59f44a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notero", - "version": "0.6.3", + "version": "0.6.4", "description": "Sync Zotero items and notes into Notion", "scripts": { "build": "tsx scripts/build.ts",