Skip to content

Commit 3049012

Browse files
committed
release: markopress@v0.0.20
1 parent b733f9f commit 3049012

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

packages/markopress/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.0.20] - 2026-05-17
4+
5+
### ✨ Features
6+
7+
- configurable syntax highlighting themes and fix line highlighting ([0987bc1](https://github.com/Priestch/markopress/commit/0987bc1))
8+
- preload syntax highlighting languages at build/dev startup ([a01b355](https://github.com/Priestch/markopress/commit/a01b355))
9+
10+
### ♻️ Refactoring
11+
12+
- extract preloadContentLanguages, pass theme to dev renderer ([0edfac4](https://github.com/Priestch/markopress/commit/0edfac4))
13+
14+
### 📝 Documentation
15+
16+
- add changelog for unreleased syntax highlighting changes ([b733f9f](https://github.com/Priestch/markopress/commit/b733f9f))
17+
18+
319
## [Unreleased]
420

521
### ✨ Features

packages/markopress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markopress",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "A fast, modern static site generator built on Marko.js v6 - drop-in alternative to VitePress and Docusaurus with full content compatibility",
55
"keywords": [
66
"static-site-generator",

0 commit comments

Comments
 (0)