Skip to content

Commit

Permalink
Bump version to 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yielder committed Jan 10, 2025
1 parent 0096bb3 commit 97f938d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d2m",
"version": "1.2.14",
"version": "1.2.15",
"description": "Convert DOM to Semantic Markdown",
"main": "dist/cli-example.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@types/jsdom": "^21.1.7",
"axios": "^1.7.2",
"commander": "^12.1.0",
"dom-to-semantic-markdown": "1.2.14",
"dom-to-semantic-markdown": "1.2.15",
"jsdom": "^24.1.1",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/jsdom": "^21.1.7",
"axios": "^1.7.2",
"commander": "^12.1.0",
"dom-to-semantic-markdown": "1.2.14",
"dom-to-semantic-markdown": "1.2.15",
"jsdom": "^24.1.1",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-to-semantic-markdown",
"version": "1.2.14",
"version": "1.2.15",
"description": "DOM to Semantic-Markdown for use in LLMs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 97f938d

Please sign in to comment.