Skip to content

Commit

Permalink
build(joplin-search-integration): release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Sep 12, 2024
1 parent 95773ad commit 261392a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "pnpm commitlint --edit $1"
},
"version": "0.0.1"
}
}
5 changes: 5 additions & 0 deletions packages/joplin-search-integration/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# changelog

## 0.9.0

- feat: support search joplin notes on search bar
- feat: optimize ui

## 0.8.2

- fix: Resolved a CSS conflict between the search box and plugin CSS when using Bing search
Expand Down
2 changes: 1 addition & 1 deletion packages/joplin-search-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Displays Joplin notes in search results on Google, Bing, and other engines, integrating personal notes with web searches.",
"type": "module",
"private": true,
"version": "0.8.2",
"version": "0.9.0",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
Expand Down

0 comments on commit 261392a

Please sign in to comment.