From 7259ebdfdf55c2f81f9639de8816fed5e6d58053 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 25 Dec 2020 11:45:29 +0100 Subject: [PATCH] 1.5.0 --- CHANGELOG.md | 7 ++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5b729..734ec2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 1a495f8..709e899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "latex.css", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 346fade..6007346 100644 --- a/package.json +++ b/package.json @@ -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": {