Skip to content

Commit 488ed4e

Browse files
committed
Merge remote-tracking branch 'origin/main' into issue-104-5d910a68a250
# Conflicts: # js/.changeset/fix-gdocs-public-export-fidelity.md
2 parents 7fd71cc + 2d5d6d2 commit 488ed4e

7 files changed

Lines changed: 18 additions & 6 deletions

File tree

js/.changeset/fix-gdocs-public-export-fidelity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@link-assistant/web-capture': patch
33
---
44

5-
Improve Google Docs public-export Markdown fidelity for headings, strikethrough, blockquotes, nested lists, and tables, and keep browser-model soft line breaks outside inline mark tags while preserving image dimensions in HTML output.
5+
Keep Google Docs browser-model soft line breaks outside inline mark tags and preserve image dimensions in HTML output.

js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @link-assistant/web-capture
22

3+
## 1.7.15
4+
5+
### Patch Changes
6+
7+
- bf7eaec: Improve Google Docs public-export Markdown fidelity for headings, strikethrough, blockquotes, nested lists, and tables.
8+
39
## 1.7.14
410

511
### Patch Changes

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/web-capture",
3-
"version": "1.7.14",
3+
"version": "1.7.15",
44
"description": "CLI and microservice to render web pages as HTML, Markdown, or PNG",
55
"main": "src/index.js",
66
"bin": {

rust/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.7
9+
10+
### Patch Changes
11+
12+
- Auto-release unreleased changes
13+
814
## 0.3.6
915

1016
### Patch Changes

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-capture"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
edition = "2021"
55
description = "CLI and microservice to render web pages as HTML, Markdown, or PNG"
66
license = "Unlicense"

0 commit comments

Comments
 (0)