Skip to content

Commit 0afadef

Browse files
1.7.27
1 parent 7d02f35 commit 0afadef

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

js/.changeset/pin-archive-default-layout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.27
4+
5+
### Patch Changes
6+
7+
- 9cbb4c7: Pin the default `--format archive` layout contract so the zip always contains exactly `document.md` + `document.html` + `images/` (issue #113). The markdown-format archive endpoint previously bundled only `document.md` and `images/`, omitting the reference `document.html`; it now includes it on every path. Adds a reusable `buildArchiveFromHtml(html, baseUrl)` helper and an integration test that pins the layout so a future refactor cannot regress it.
8+
39
## 1.7.26
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.26",
3+
"version": "1.7.27",
44
"description": "CLI and microservice to render web pages as HTML, Markdown, or PNG",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)