WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2da6937

Browse files
committed
chore: release v0.12.3
1 parent ff7911a commit 2da6937

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mdream/action",
33
"type": "module",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"description": "GitHub Action for mdream llms.txt generation",
66
"license": "MIT",
77
"repository": {

packages/crawl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mdream/crawl",
33
"type": "module",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"description": "Mdream Crawl generates comprehensive llms.txt artifacts from a single URL, using mdream to convert HTML to Markdown.",
66
"author": {
77
"name": "Harlan Wilton",

packages/llms-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mdream/llms-db",
33
"type": "module",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/mdream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdream",
33
"type": "module",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"description": "Ultra-performant HTML to Markdown Convertor Optimized for LLMs and llm.txt artifacts.",
66
"author": {
77
"name": "Harlan Wilton",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mdream/nuxt",
33
"type": "module",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"packageManager": "[email protected]",
66
"description": "Nuxt module for converting HTML pages to Markdown using mdream",
77
"license": "MIT",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mdream/vite",
33
"type": "module",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"description": "Vite plugin for HTML to Markdown conversion with on-demand generation",
66
"author": {
77
"name": "Harlan Wilton",

0 commit comments

Comments
 (0)