diff --git a/packages/pluggableWidgets/markdown-web/CHANGELOG.md b/packages/pluggableWidgets/markdown-web/CHANGELOG.md index d19b0f0b35..c09dff6c61 100644 --- a/packages/pluggableWidgets/markdown-web/CHANGELOG.md +++ b/packages/pluggableWidgets/markdown-web/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.0.3] - 2026-07-17 + ### Security - Updated markdown-it library to version 14.3.0 to incorporate latest security fixes. diff --git a/packages/pluggableWidgets/markdown-web/package.json b/packages/pluggableWidgets/markdown-web/package.json index b22c8e31d6..e2f5185f53 100644 --- a/packages/pluggableWidgets/markdown-web/package.json +++ b/packages/pluggableWidgets/markdown-web/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/markdown-web", "widgetName": "Markdown", - "version": "1.0.2", + "version": "1.0.3", "description": "Markdown viewer to preview markdown.", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "license": "Apache-2.0", diff --git a/packages/pluggableWidgets/markdown-web/src/package.xml b/packages/pluggableWidgets/markdown-web/src/package.xml index 14a8e7b868..40ba0449a3 100644 --- a/packages/pluggableWidgets/markdown-web/src/package.xml +++ b/packages/pluggableWidgets/markdown-web/src/package.xml @@ -1,6 +1,6 @@ - +