Skip to content

Commit e0be9bb

Browse files
committed
Bump the version to 0.5.0
1 parent dfb4799 commit e0be9bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
- Rewrite analyzer for `resistor-color` to match `resistor-color-duo`
6+
- Fix `findTopLevelConstants` (which fixes a snapshot for `gigasecond` as well)
7+
38
## 0.4.2
49

510
- Add `typescript` as `dependency` because of https://github.com/typescript-eslint/typescript-eslint/issues/828

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exercism/javascript-analyzer",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Exercism analyzer for javascript",
55
"repository": "https://github.com/exercism/javascript-analyzer",
66
"author": "Derk-Jan Karrenbeld <[email protected]>",

0 commit comments

Comments
 (0)