diff --git a/.release-please/main-manifest.json b/.release-please/main-manifest.json index d9a0585..8a7e683 100644 --- a/.release-please/main-manifest.json +++ b/.release-please/main-manifest.json @@ -1 +1 @@ -{".":"1.1.3"} +{".":"1.1.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 73277c9..fb4a46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.4](https://github.com/OGS-GmbH/markdown/compare/v1.1.3...v1.1.4) (2026-02-03) + + +### Bug Fixes + +* **docs:** add standardized layout ([6aebef4](https://github.com/OGS-GmbH/markdown/commit/6aebef4325af35fe0431acd6101b0293a2404e3e)) +* **table & code:** add missing linebreaks and remove unesscessary node rendering ([19c0d6b](https://github.com/OGS-GmbH/markdown/commit/19c0d6b22931bdeabbd84b04a7ae8f303192d41f)) + ## [1.1.3](https://github.com/OGS-GmbH/markdown/compare/v1.1.2...v1.1.3) (2026-01-13) diff --git a/package.json b/package.json index 6b7f9ce..708ca74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ogs-gmbh/markdown", - "version": "1.1.3", + "version": "1.1.4", "description": "A lightweight and extensible npm library for parsing, transforming, and rendering Markdown with a deterministic and specification-oriented approach. It is designed for reproducibility, performance, and seamless integration into modern JavaScript and TypeScript toolchains.", "keywords": [ "markdown",