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

Commit 97e66ab

Browse files
fix: load required scripts for prismjs
release: v1.4.7
1 parent b4d7c0c commit 97e66ab

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.7"></a>
2+
3+
# 1.4.7 (2020-08-21)
4+
5+
### Fix
6+
7+
- load required scripts for prismjs / cannot highlight code language `php` ([@deckdeckgo#848](https://github.com/deckgo/deckdeckgo/issues/848))
8+
19
<a name="1.4.6"></a>
210

311
# 1.4.6 (2020-08-08)

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

0 commit comments

Comments
 (0)