diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a316340..06aac9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to `ignition` will be documented in this file -## 2.5.6 - 2020-12-30 +## 2.5.7 - 2020-12-29 + +- fix for breaking change in highlight.js (fixes 2.5.5) + +## 2.5.6 - 2020-12-29 - revert to compiled js of 2.5.3 diff --git a/resources/js/components/Shared/editorUrl.js b/resources/js/components/Shared/editorUrl.js index fe1574ca..30ee0af0 100644 --- a/resources/js/components/Shared/editorUrl.js +++ b/resources/js/components/Shared/editorUrl.js @@ -10,7 +10,7 @@ export default function editorUrl(config, file, lineNumber) { vscode: 'vscode://file/%path:%line', 'vscode-insiders': 'vscode-insiders://file/%path:%line', atom: 'atom://core/open/file?filename=%path&line=%line', - nova: 'nova://core/open/file?filename=%path&line=%line' + nova: 'nova://core/open/file?filename=%path&line=%line', }; file =