Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 9d359bd

Browse files
release: v2.2.1
1 parent 5bb3838 commit 9d359bd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.2.1 (2021-05-01)
2+
3+
### Fix
4+
5+
- syntax highlighting for languages other than `javascript`
6+
- empty language default to no attribute `language`
7+
18
# 2.2.0 (2021-02-17)
29

310
### Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-highlight-code",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Adds stylish cards and syntax highlighting to code blocks in markdown files",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)