Skip to content

Commit 6ab4563

Browse files
committed
Bump version to 0.1.1
1 parent 7e904f4 commit 6ab4563

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77

8+
## 0.1.1 - 2026-06-06
9+
10+
### Added
11+
12+
- The integration now adds `**/.astroprint*/**` to Vite's dev-server watch ignore list automatically, while preserving caller-owned ignore settings.
13+
- `astroprint pdf` now writes `.astroprint/.gitignore` after the temporary Astro build so generated PDF HTML output stays ignored even when the build recreates the directory.
14+
15+
816
## 0.1.0 - 2026-06-05
917

1018
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astroprint",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Astro integration for print-ready, Markdown-first documents with paged preview and PDF export.",
55
"author": "Atomie CHEN <atomic_cwh@163.com>",
66
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Auto-generated from package.json
2-
export const version = "0.1.0";
2+
export const version = "0.1.1";

0 commit comments

Comments
 (0)