From 80e9bbba229127c1998f1e89e8430b70a18f2675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A4rsson?= Date: Thu, 19 Sep 2024 08:42:24 +0200 Subject: [PATCH] Update changelog for 5.1.1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1b1393..8218865 100755 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ Please refer to the [e2e.spec.ts](spec/e2e.spec.ts) for more details on the usag ## Changelog +### 5.1.1 + +- Change `markdown-doctest` from a dependency to a dev dependency. + ### 5.1.0 - Add support for multiline properties, where the value is stored as text content instead of in the `value` attribute. Thanks to [Sebastian Sauer](https://github.com/sebastian-sauer).