Skip to content

Commit 075354c

Browse files
committed
1.7.1
1 parent d91e76a commit 075354c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.0...master)
7+
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.7.1...master)
8+
9+
## [1.7.1](https://github.com/vincentdoerig/latex-css/compare/v1.7.0...v1.7.1) 2022-06-06
10+
11+
### Fixed
12+
- Incorrect Danish language code selector
813

914
## [1.7.0](https://github.com/vincentdoerig/latex-css/compare/v1.6.0...v1.7.0) 2022-06-06
1015

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.0",
3+
"version": "1.7.1",
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)