Skip to content

Commit 8835230

Browse files
🚀 Release 2.9.0 - @novu/framework (#9594)
Co-authored-by: Himanshu Garg <garg_himanshu@outlook.com>
1 parent f5d32d7 commit 8835230

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/framework/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.9.0 (2025-12-02)
2+
3+
### 🚀 Features
4+
5+
- **api,framework:** translations - support liquid filters & nesting fixes NV-6870 ([#9575](https://github.com/novuhq/novu/pull/9575))
6+
7+
### 🩹 Fixes
8+
9+
- **worker:** sanitize img tags to prevent xss fixes NV-6883 ([#9483](https://github.com/novuhq/novu/pull/9483))
10+
11+
### ❤️ Thank You
12+
13+
- Adam Chmara @ChmaraX
14+
- Dima Grossman @scopsy
15+
116
## 2.6.6 (2025-02-25)
217

318
### 🚀 Features

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/framework",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "The Code-First Notifications Workflow SDK.",
55
"main": "./dist/cjs/index.cjs",
66
"types": "./dist/cjs/index.d.cts",

0 commit comments

Comments
 (0)