diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b0302..52aa5a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.3.3 (2026-08-02) + ### Refactoring - refactor: Target the Quarto Wizard v2 extension schema in `_schema.yml`. diff --git a/CITATION.cff b/CITATION.cff index 8b8e014..fbaa4e6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,5 +9,5 @@ authors: repository-code: "https://github.com/mcanouil/quarto-code-window" url: "https://m.canouil.dev/quarto-code-window/" license: "MIT License" -date-released: "2026-08-01" -version: 1.3.2 +date-released: "2026-08-02" +version: 1.3.3 diff --git a/README.md b/README.md index 579b36b..aece2f4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation ```bash -quarto add mcanouil/quarto-code-window@1.3.2 +quarto add mcanouil/quarto-code-window@1.3.3 ``` This will install the extension under the `_extensions` subdirectory. diff --git a/_extensions/code-window/_extension.yml b/_extensions/code-window/_extension.yml index f621cb5..1cff8f6 100644 --- a/_extensions/code-window/_extension.yml +++ b/_extensions/code-window/_extension.yml @@ -1,6 +1,6 @@ title: Code Window author: Mickaƫl Canouil -version: 1.3.2 +version: 1.3.3 quarto-required: ">=1.9.36" contributes: filters: