Skip to content

Commit

Permalink
Bump the version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Sep 28, 2019
1 parent dfb4799 commit e0be9bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.0

- Rewrite analyzer for `resistor-color` to match `resistor-color-duo`
- Fix `findTopLevelConstants` (which fixes a snapshot for `gigasecond` as well)

## 0.4.2

- Add `typescript` as `dependency` because of https://github.com/typescript-eslint/typescript-eslint/issues/828
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exercism/javascript-analyzer",
"version": "0.4.2",
"version": "0.5.0",
"description": "Exercism analyzer for javascript",
"repository": "https://github.com/exercism/javascript-analyzer",
"author": "Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>",
Expand Down

0 comments on commit e0be9bb

Please sign in to comment.