We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d32d7 commit 8835230Copy full SHA for 8835230
packages/framework/CHANGELOG.md
@@ -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
16
## 2.6.6 (2025-02-25)
17
18
### 🚀 Features
packages/framework/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/framework",
- "version": "2.8.0",
+ "version": "2.9.0",
"description": "The Code-First Notifications Workflow SDK.",
"main": "./dist/cjs/index.cjs",
"types": "./dist/cjs/index.d.cts",
0 commit comments