Skip to content

Commit f059072

Browse files
committed
fix wrong formatting
1 parent cdcf27f commit f059072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/elements/util/change-log/changelog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@
219219
'Removed permission API on chrome. See [this github issue](https://github.com/SanderRonde/CustomRightClickMenu/issues/44)' +
220220
' for more info'
221221
],
222-
'2.2.13': {
222+
'2.2.13': [
223223
'Re-enable some permissions since they were causing core functionality to stop working'
224-
}
224+
]
225225
};
226226

227227
return changelog;

0 commit comments

Comments
 (0)