From ccb3b32c5645c603c2580a3b8bd1429316bb91a2 Mon Sep 17 00:00:00 2001 From: Roger Tuan <11964962+arcataroger@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:48:35 -0700 Subject: [PATCH 1/2] Fix broken link in readme The link to handlers.ts was missing the src/ directory --- packages/html-to-structured-text/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/html-to-structured-text/README.md b/packages/html-to-structured-text/README.md index ca46344..ca515dd 100644 --- a/packages/html-to-structured-text/README.md +++ b/packages/html-to-structured-text/README.md @@ -115,7 +115,7 @@ To ensure that a valid `dast` is generated the default handlers also check that Information about the parent `dast` node name is available in `context.parentNodeType`. -Please take a look at the [default handlers implementation](./handlers.ts) for examples. +Please take a look at the [default handlers implementation](./src/handlers.ts) for examples. The default handlers are available on `context.defaultHandlers`. From 4a145d0d61293e342a2a9d263017ab3027a5206a Mon Sep 17 00:00:00 2001 From: Roger Tuan <11964962+arcataroger@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:49:20 -0700 Subject: [PATCH 2/2] Update package.json Increment semver --- packages/html-to-structured-text/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/html-to-structured-text/package.json b/packages/html-to-structured-text/package.json index a030323..9dea435 100644 --- a/packages/html-to-structured-text/package.json +++ b/packages/html-to-structured-text/package.json @@ -1,6 +1,6 @@ { "name": "datocms-html-to-structured-text", - "version": "3.0.0", + "version": "3.0.1", "description": "Convert HTML (or a `hast` syntax tree) to a valid DatoCMS Structured Text `dast` document", "keywords": [ "datocms",