Skip to content

Commit 85feb3b

Browse files
ci: bump version for release 🚀 (#25)
Co-authored-by: mcanouil-dev[bot] <211049963+mcanouil-dev[bot]@users.noreply.github.com>
1 parent 98b0bde commit 85feb3b

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.1.1 (2026-04-13)
6+
57
### Bug Fixes
68

79
- fix: apply Typst code-window styling to code blocks inside lists, blockquotes, and definition lists.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ authors:
99
repository-code: "https://github.com/mcanouil/quarto-code-window"
1010
url: "https://m.canouil.dev/quarto-code-window/"
1111
license: "MIT License"
12-
date-released: "2026-04-12"
13-
version: 1.1.0
12+
date-released: "2026-04-13"
13+
version: 1.1.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Supports HTML, Reveal.js, and Typst formats.
77
## Installation
88

99
```bash
10-
quarto add mcanouil/quarto-code-window@1.1.0
10+
quarto add mcanouil/quarto-code-window@1.1.1
1111
```
1212

1313
This will install the extension under the `_extensions` subdirectory.

_extensions/code-window/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Code Window
22
author: Mickaël Canouil
3-
version: 1.1.0
3+
version: 1.1.1
44
quarto-required: ">=1.9.36"
55
contributes:
66
filters:

0 commit comments

Comments
 (0)