Skip to content

Commit

Permalink
chore(master): release 1.5.3 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin-bot authored Jul 17, 2023
1 parent 412712f commit af22b2d
Show file tree
Hide file tree
Showing 5 changed files with 27 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 @@
{
".": "1.5.2"
".": "1.5.3"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.5.3](https://github.com/OGKevin/obsidian-kobo-highlights-import/compare/1.5.2...1.5.3) (2023-07-17)


### ⚠ BREAKING CHANGES

* **deps:** Update typescript-eslint monorepo to 6.0.0 (major) ([#13](https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/13)) (#156)

### Features

* **deps:** update typescript-eslint monorepo to 5.62.0 ([#150](https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/150)) ([4f27de0](https://github.com/OGKevin/obsidian-kobo-highlights-import/commit/4f27de03276646459a82f24e05089b26dc24a88a))
* **deps:** Update typescript-eslint monorepo to 6.0.0 (major) ([#13](https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/13)) ([#156](https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/156)) ([06c4a31](https://github.com/OGKevin/obsidian-kobo-highlights-import/commit/06c4a319ba70e51a1f5f528112e03406fdb8504e))


### Bug Fixes

* add wildcard at the beginning of like query ([#154](https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/154)) ([1deb326](https://github.com/OGKevin/obsidian-kobo-highlights-import/commit/1deb3265cdaf666f10f1e9d23b15dbcc4efb44b6))


### Miscellaneous Chores

* run workflow on published releases ([#149](https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/149)) ([3706570](https://github.com/OGKevin/obsidian-kobo-highlights-import/commit/3706570e61acea52a03116afd91e1dce4ddd1020))

## [1.5.2](https://github.com/OGKevin/obsidian-kobo-highlights-import/compare/v1.5.1...1.5.2) (2023-07-09)


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": "1.5.2",
"version": "1.5.3",
"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": "1.5.2",
"version": "1.5.3",
"description": "Import highlights from your Kobo device",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit af22b2d

Please sign in to comment.