Skip to content

Commit

Permalink
chore(main): release 0.5.14 (#456)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 31, 2024
1 parent 12c48d6 commit 3fd41df
Show file tree
Hide file tree
Showing 4 changed files with 12 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.13"
".": "0.5.14"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.14](https://github.com/dvanoni/notero/compare/v0.5.13...v0.5.14) (2024-01-31)


### Bug Fixes

* Fix sync configs table not rendering all items until scroll ([#455](https://github.com/dvanoni/notero/issues/455)) ([10f27ba](https://github.com/dvanoni/notero/commit/10f27ba4af91a2fad4d3dffa5e466e365faf407c))
* Only convert html links if they use http or https protocol ([#459](https://github.com/dvanoni/notero/issues/459)) ([12c48d6](https://github.com/dvanoni/notero/commit/12c48d6241741b513a41562599be808a0fcf84c2))

## [0.5.13](https://github.com/dvanoni/notero/compare/v0.5.12...v0.5.13) (2024-01-28)


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

0 comments on commit 3fd41df

Please sign in to comment.