From 4d659cb9d36c2c5dc7b04c6e4e900febb73a151d Mon Sep 17 00:00:00 2001 From: Adriaan Marain Date: Tue, 29 Dec 2020 10:06:58 +0100 Subject: [PATCH] changelog & prettier --- CHANGELOG.md | 6 +++++- resources/js/components/Shared/editorUrl.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 =