From e0be9bb1dfba31fc4ecf4ed7796b16b4ef8ba9ad Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Sat, 28 Sep 2019 06:04:43 +0200 Subject: [PATCH] Bump the version to 0.5.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d020067f..fcc72ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index c3cc3728..2288ae22 100644 --- a/package.json +++ b/package.json @@ -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 ",