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

Commit 427bf93

Browse files
release: v2
1 parent 97e66ab commit 427bf93

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.0.0"></a>
2+
3+
# 2.0.0 (2020-09-03)
4+
5+
### Breaking Changes
6+
7+
- IE11, Edge 16-18 and Safari 10 not supported
8+
9+
P.S.: Actually, I am not sure these were ever supported, but at least now, it is clear they are not 😉.
10+
111
<a name="1.4.7"></a>
212

313
# 1.4.7 (2020-08-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.7",
3+
"version": "2.0.0",
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.4"
14+
"@deckdeckgo/highlight-code": "^2.0.0"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)