Skip to content

Commit 7eb9949

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.1...v1.6.0) (2026-03-25) ### Bug Fixes * allow inline editing of markdown text blocks in editor ([5e4cc53](5e4cc53)) * replace Waypoint placeholder URLs with generic ones ([b3de438](b3de438)) ### Features * add "Disable backdrop" option for native-looking emails ([b9f163a](b9f163a))
1 parent b9f163a commit 7eb9949

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.6.0](https://github.com/kontakto-fi/email-editor/compare/v1.5.1...v1.6.0) (2026-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* allow inline editing of markdown text blocks in editor ([5e4cc53](https://github.com/kontakto-fi/email-editor/commit/5e4cc53efa5716ff539c146f877434309d8abb60))
7+
* replace Waypoint placeholder URLs with generic ones ([b3de438](https://github.com/kontakto-fi/email-editor/commit/b3de4382b71ffe0ebb8cdabea96a8e68131912a1))
8+
9+
10+
### Features
11+
12+
* add "Disable backdrop" option for native-looking emails ([b9f163a](https://github.com/kontakto-fi/email-editor/commit/b9f163a5db1439d4729ee840ead41c6b7eea3100))
13+
114
## [1.5.1](https://github.com/kontakto-fi/email-editor/compare/v1.5.0...v1.5.1) (2026-03-05)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kontakto/email-template-editor",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)