Skip to content

Commit 9933ca7

Browse files
committed
1.12.0
1 parent cb583a0 commit 9933ca7

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.11.0...master)
7+
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.12.0...master)
8+
9+
## [1.12.0](https://github.com/vincentdoerig/latex-css/compare/v1.11.0...v1.12.0) 2024-09-21
10+
11+
### Added
12+
- Figure caption counter (#72)
13+
14+
### Fixed
15+
- Replace old one-colon pseudo-element syntax in source CSS file (#70)
16+
- Replace unsupported image placeholder service (#71)
17+
- Change French table caption from Tableau to Table (#73)
818

919
## [1.11.0](https://github.com/vincentdoerig/latex-css/compare/v1.10.0...v1.11.0) 2024-02-19
1020

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex.css",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "A small CSS library to make your website look like a LaTeX document",
55
"main": "./style.min.css",
66
"files": [

0 commit comments

Comments
 (0)