We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deaef2 commit 3c9cd37Copy full SHA for 3c9cd37
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.4.2
4
+
5
+- Add `typescript` as `dependency` because of https://github.com/typescript-eslint/typescript-eslint/issues/828
6
7
## 0.4.1
8
9
- Add message (fix) to `reduce` solutions without `slice`
package.json
@@ -1,6 +1,6 @@
{
"name": "@exercism/javascript-analyzer",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "Exercism analyzer for javascript",
"repository": "https://github.com/exercism/javascript-analyzer",
"author": "Derk-Jan Karrenbeld <[email protected]>",
0 commit comments