Skip to content

Commit 57b4754

Browse files
committed
chore(main): release 0.2.0
1 parent 73ab2d2 commit 57b4754

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/usememos/web-clipper/compare/v0.1.0...v0.2.0) (2026-07-23)
4+
5+
6+
### Features
7+
8+
* **connection:** support direct Memos connections ([1eafdaa](https://github.com/usememos/web-clipper/commit/1eafdaa20462fb70974a362c22a8df343474d1ed))
9+
* **i18n:** localize extension experience ([a6b029a](https://github.com/usememos/web-clipper/commit/a6b029a48bf5b65413d2c2627b6fee3e225e7596))
10+
* **options:** add guided setup and clip templates ([4f60876](https://github.com/usememos/web-clipper/commit/4f6087667dca27079ea60ff6cbf1678b90beedce))
11+
* **release:** automate GitHub extension releases ([e88dc96](https://github.com/usememos/web-clipper/commit/e88dc96b005ef27dfb74e3b681e4af1c503cd869))
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** exclude shadcn from production audit ([73ab2d2](https://github.com/usememos/web-clipper/commit/73ab2d230293722cb6755ac79d0be1cfb58ea75c))
17+
* **ci:** remove empty e2e job and add build config ([278e86d](https://github.com/usememos/web-clipper/commit/278e86d40feadd4e98cf6b79ac2077b3dc07af0c))
18+
* **popup:** display visibility labels in title case ([26fad06](https://github.com/usememos/web-clipper/commit/26fad063d17914800d64761b3995dc088d60b0eb))
19+
* **security:** harden authentication and secret handling ([1b69414](https://github.com/usememos/web-clipper/commit/1b694149fbd6f2c4699a6fbbd9698a5f3ecd640d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usememos/web-clipper",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "Browser extension for clipping web content to Memos.",
66
"engines": {

0 commit comments

Comments
 (0)