This commit is contained in:
Vincent 2020-12-25 11:45:29 +01:00
parent 166ff640f1
commit 7259ebdfdf
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.4.0...master)
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.5.0...master)
## [1.5.0](https://github.com/vincentdoerig/latex-css/compare/v1.4.0...v1.5.0) 2020-25-12
### Added
- Hungarian language support
## [1.4.0](https://github.com/vincentdoerig/latex-css/compare/v1.3.0...v1.4.0) 2020-15-12

2
package-lock.json generated
View File

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

View File

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