Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdoerig committed Dec 15, 2020
1 parent 4559ee4 commit 21d8f4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0...master)
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.4.0...master)

## [1.4.0](https://github.com/vincentdoerig/latex-css/compare/v1.3.0...v1.4.0) 2020-15-12

### Added
- [Libertinus](https://github.com/alerque/libertinus) font family as an alternative to Latin Modern. Can be used by adding a class of `libertinus` to the `<body>` element.

## [1.3.0](https://github.com/vincentdoerig/latex-css/compare/v1.2.0...v1.3.0) 2020-04-12

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.3.0",
"version": "1.4.0",
"description": "A small CSS library to make your website look like a LaTeX document",
"main": "./style.min.css",
"scripts": {
Expand Down

1 comment on commit 21d8f4a

@vercel
Copy link

@vercel vercel bot commented on 21d8f4a Dec 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.