From 0682dea66c14551c0e63b499467169022f89229d Mon Sep 17 00:00:00 2001 From: romanskym1 Date: Sun, 6 Oct 2024 15:23:16 +0300 Subject: [PATCH] Bump version to 1.2.14 --- examples/cli/package.json | 4 ++-- examples/node/package.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/cli/package.json b/examples/cli/package.json index 3626451..bb165c1 100644 --- a/examples/cli/package.json +++ b/examples/cli/package.json @@ -1,6 +1,6 @@ { "name": "d2m", - "version": "1.2.13", + "version": "1.2.14", "description": "Convert DOM to Semantic Markdown", "main": "dist/cli-example.js", "scripts": { @@ -17,7 +17,7 @@ "@types/jsdom": "^21.1.7", "axios": "^1.7.2", "commander": "^12.1.0", - "dom-to-semantic-markdown": "1.2.13", + "dom-to-semantic-markdown": "1.2.14", "jsdom": "^24.1.1", "ts-node": "^10.9.2" } diff --git a/examples/node/package.json b/examples/node/package.json index 8f3a69a..7f946ed 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -9,7 +9,7 @@ "@types/jsdom": "^21.1.7", "axios": "^1.7.2", "commander": "^12.1.0", - "dom-to-semantic-markdown": "1.2.13", + "dom-to-semantic-markdown": "1.2.14", "jsdom": "^24.1.1", "ts-node": "^10.9.2" } diff --git a/package.json b/package.json index 651acc9..9647be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dom-to-semantic-markdown", - "version": "1.2.13", + "version": "1.2.14", "description": "DOM to Semantic-Markdown for use in LLMs", "repository": { "type": "git",