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

Commit 9c181d5

Browse files
release: v1.4.1
1 parent 3589d5b commit 9c181d5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.4.1"></a>
2+
3+
# 1.4.1 (2020-06-14)
4+
5+
### Style
6+
7+
- improve line numbers color and background (inherit terminal's background and color of the code's comments)
8+
19
<a name="1.4.0"></a>
210

311
# 1.4.0 (2020-05-21)

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": "1.4.0",
3+
"version": "1.4.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": "^1.1.0"
14+
"@deckdeckgo/highlight-code": "^1.1.1"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)