Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanoni committed Dec 13, 2023
1 parent 1659f3b commit f22e81c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.5.0](https://github.com/dvanoni/notero/compare/v0.4.13...v0.5.0) (2023-12-13)


### Features

* Automatically sync notes ([#392](https://github.com/dvanoni/notero/issues/392)) ([df3c8d1](https://github.com/dvanoni/notero/commit/df3c8d1c6efcc29bf8a51bb4fbe4508dad5296e3))


### Bug Fixes

* Batch note block requests to comply with Notion API limits ([#393](https://github.com/dvanoni/notero/issues/393)) ([1659f3b](https://github.com/dvanoni/notero/commit/1659f3bfa49f2830ea831f41a728334d96b59657))

### [0.4.13](https://github.com/dvanoni/notero/compare/v0.4.12...v0.4.13) (2023-09-22)


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.4.13",
"version": "0.5.0",
"description": "Sync Zotero items into a Notion database",
"scripts": {
"build": "node esbuild.js",
Expand Down

0 comments on commit f22e81c

Please sign in to comment.