diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f63242..3682b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the "vscode-hex-pm-intellisense" extension will be documented in this file. +## 0.5.0 + +## New features + +- Latest stable version is now on top of the list. +- Retired versions are pushed to the end of the list. +- Add a small detail with "latest stable" and "retired". + ## 0.4.0 - Improves detection of mix.exs file. Thanks to @adamzapasnik. diff --git a/package.json b/package.json index 9ed8fc5..2703852 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-hex-pm-intellisense", "displayName": "hex.pm IntelliSense", "description": "Adds IntelliSense for hex.pm dependencies in your Elixir project Mixfile.", - "version": "0.4.0", + "version": "0.5.0", "publisher": "benvp", "icon": "images/icon.png", "repository": {