Skip to content

Commit 167d0e7

Browse files
committed
chore(main): release 0.4.0
1 parent b1b25ab commit 167d0e7

3 files changed

Lines changed: 9 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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/usememos/web-clipper/compare/v0.3.0...v0.4.0) (2026-08-22)
4+
5+
6+
### Features
7+
8+
* **capture:** extract page main content as Markdown ([b1b25ab](https://github.com/usememos/web-clipper/commit/b1b25ab7f069938245efe83fd94396da6d308b4b))
9+
310
## [0.3.0](https://github.com/usememos/web-clipper/compare/v0.2.0...v0.3.0) (2026-07-29)
411

512

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

0 commit comments

Comments
 (0)