Skip to content

Commit 0149043

Browse files
committed
1.8.0
1 parent 5ab03c6 commit 0149043

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ 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.7.1...master)
7+
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.8.0...master)
8+
9+
## [1.8.0](https://github.com/vincentdoerig/latex-css/compare/v1.7.0...v1.8.0) 2022-10-10
10+
11+
## Added
12+
- Dark mode support
13+
- Dutch language support
14+
15+
## Fixed
16+
- Count-reset bug
817

918
## [1.7.1](https://github.com/vincentdoerig/latex-css/compare/v1.7.0...v1.7.1) 2022-06-06
1019

package-lock.json

Lines changed: 1 addition & 1 deletion
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.7.1",
3+
"version": "1.8.0",
44
"description": "A small CSS library to make your website look like a LaTeX document",
55
"main": "./style.min.css",
66
"scripts": {

0 commit comments

Comments
 (0)