This commit is contained in:
Vincent Dörig 2022-06-06 22:27:07 +02:00
parent d91e76ae43
commit 075354cb39
3 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
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).
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.7.0...master)
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.7.1...master)
## [1.7.1](https://github.com/vincentdoerig/latex-css/compare/v1.7.0...v1.7.1) 2022-06-06
### Fixed
- Incorrect Danish language code selector
## [1.7.0](https://github.com/vincentdoerig/latex-css/compare/v1.6.0...v1.7.0) 2022-06-06

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.7.0",
"version": "1.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.7.0",
"version": "1.7.1",
"description": "A small CSS library to make your website look like a LaTeX document",
"main": "./style.min.css",
"scripts": {