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

Commit b6ae63b

Browse files
release: v2.1.1 - update peer dependency highlighter with some fixes
1 parent d2e5ea7 commit b6ae63b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.1.1 (2020-12-10)
2+
3+
Inherit `@deckdeckgo/highlight-code` v2.2.2:
4+
5+
### Features
6+
7+
- display a `console.error` if the language is not supported
8+
9+
### Fix
10+
11+
- support alias (such as `html` for `markup`)
12+
- load alias required scripts
13+
- required scripts loading race condition
14+
115
# 2.1.0 (2020-09-17)
216

317
### 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-highlight-code",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Adds stylish cards and syntax highlighting to code blocks in markdown files",
55
"main": "index.js",
66
"dependencies": {
@@ -11,7 +11,7 @@
1111
},
1212
"peerDependencies": {
1313
"gatsby": "^2.0.0",
14-
"@deckdeckgo/highlight-code": "^2.1.0"
14+
"@deckdeckgo/highlight-code": "^2.2.2"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)