diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 040706b..28b8fdd 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -7,6 +7,7 @@ Check [Keep a Changelog](http://keepachangelog.com) for recommendations on how t ## [0.0.18] - Updated readme with configuration section +- Refactor to meet new interface from detector package ## [0.0.17] diff --git a/vscode/package.json b/vscode/package.json index c9970a5..442341f 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -4,7 +4,7 @@ "displayName": "Smelly test", "description": "Find out the smells in your tests, suggestions for correction and the theory behind them", "icon": "images/icon.png", - "version": "0.0.17", + "version": "0.0.18", "repository": { "url": "https://github.com/marabesi/smelly-test/tree/main/vscode" },