Skip to content

Commit 8342474

Browse files
committed
chore(main): release 0.3.0
1 parent c27f1fe commit 8342474

3 files changed

Lines changed: 15 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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/usememos/web-clipper/compare/v0.2.0...v0.3.0) (2026-07-29)
4+
5+
6+
### Features
7+
8+
* **clips:** add local history and duplicate-save warning ([c27f1fe](https://github.com/usememos/web-clipper/commit/c27f1fecf44185d059dd819fed8fe16aa70d0d14))
9+
10+
11+
### Bug Fixes
12+
13+
* publish verified Firefox downloads reliably ([84af3cc](https://github.com/usememos/web-clipper/commit/84af3ccbaf39bb1f0b2a4295b5b824f2257bfa96))
14+
* **release:** publish complete assets before store submission ([e087d08](https://github.com/usememos/web-clipper/commit/e087d08410ec38b8dd0c687f8f324aea868bc33f))
15+
316
## [0.2.0](https://github.com/usememos/web-clipper/compare/v0.1.0...v0.2.0) (2026-07-23)
417

518
### What's new

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.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "Browser extension for clipping web content to Memos.",
66
"engines": {

0 commit comments

Comments
 (0)