Skip to content

Commit

Permalink
Fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Mar 26, 2020
1 parent c1a89e3 commit 05a3b7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.1.6] - 2020-03-26

### Added

- A bunch more of debugging information.

### Fixed

- <https://github.com/leafac/shiki-latex/issues/6>: Preserve trailing newlines.

## [1.1.5] - 2020-03-25

### Fixed
Expand Down Expand Up @@ -66,7 +76,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- LaTeX renderer for Shiki.
- Executable compatible with the way minted calls Pygments.

[unreleased]: https://github.com/leafac/shiki-latex/compare/1.1.5...HEAD
[unreleased]: https://github.com/leafac/shiki-latex/compare/1.1.6...HEAD
[1.1.6]: https://github.com/leafac/shiki-latex/compare/1.1.5...1.1.6
[1.1.5]: https://github.com/leafac/shiki-latex/compare/1.1.4...1.1.5
[1.1.4]: https://github.com/leafac/shiki-latex/compare/1.1.3...1.1.4
[1.1.3]: https://github.com/leafac/shiki-latex/compare/1.1.2...1.1.3
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": "shiki-latex",
"version": "1.1.5",
"version": "1.1.6",
"description": "A Shiki renderer for LaTeX. Compatible with minted, replacing Pygments.",
"files": [
"lib/**"
Expand Down

0 comments on commit 05a3b7d

Please sign in to comment.