diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index d9ed75f..9c4f849 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -2,7 +2,7 @@ This changelog tracks changes starting from first public release. -## master +## v0.5.0 - It is now possible to configure what you think it's a Symbol to report and not. All of them are extension parameters and are enabled by default. diff --git a/client/package.json b/client/package.json index f8f4955..0bef267 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "description": "VSCode client for API Elements", "author": "Vincenzo Chianese", "license": "MIT", - "version": "0.4.3", + "version": "0.5.0", "preview": false, "icon": "logo.png", "bugs": { diff --git a/server/package.json b/server/package.json index 0de51c2..f124a42 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "vscode-apielements", "description": "VSCode language server for ApiElements", - "version": "0.4.3", + "version": "0.5.0", "author": "Vincenzo Chianese", "license": "MIT", "engines": {