Skip to content

Commit

Permalink
chore(master): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ogkevin-robot[bot] authored Mar 29, 2024
1 parent 4d48285 commit 96ea7c3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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 @@
{
".": "2.0.0"
".": "2.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/OGKevin/obsidian-kobo-highlights-import/compare/2.0.0...2.0.1) (2024-03-29)


### Bug Fixes

* **deps:** update @types/node to 20.11.26 ([#341](https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/341)) ([d43e28a](https://github.com/OGKevin/obsidian-kobo-highlights-import/commit/d43e28abd2eb2ee03b4bcf9cb1fab7e790741fb2))

## [2.0.0](https://github.com/OGKevin/obsidian-kobo-highlights-import/compare/1.5.4...2.0.0) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-kobo-highlights-importer-plugin",
"name": "Kobo Highlights Importer",
"version": "2.0.0",
"version": "2.0.1",
"minAppVersion": "0.15.9",
"description": "Import highlights from your Kobo device",
"author": "Kevin Hellemun",
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": "obsidian-kobo-highlights-importer-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Import highlights from your Kobo device",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 96ea7c3

Please sign in to comment.