diff --git a/.release-please/next-manifest.json b/.release-please/next-manifest.json index 0b6295e..d9a0585 100644 --- a/.release-please/next-manifest.json +++ b/.release-please/next-manifest.json @@ -1 +1 @@ -{".":"1.1.2"} +{".":"1.1.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index efefab3..73277c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/OGS-GmbH/markdown/compare/v1.1.2...v1.1.3) (2026-01-13) + + +### Bug Fixes + +* docs ([902acc7](https://github.com/OGS-GmbH/markdown/commit/902acc7923858faafca5f1c5023b41af2d242517)) + ## [1.1.2](https://github.com/OGS-GmbH/markdown/compare/v1.1.1...v1.1.2) (2026-01-13) diff --git a/package.json b/package.json index e4840ae..c2c8be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ogs-gmbh/markdown", - "version": "1.1.2", + "version": "1.1.3", "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",