Skip to content

Commit

Permalink
changelog & prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMrn committed Dec 29, 2020
1 parent 0267c4a commit 4d659cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/Shared/editorUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 4d659cb

Please sign in to comment.