diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7865c..9f86566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.0.14 +## 0.0.15 ### 🚀 New Icons @@ -22,7 +22,7 @@ - `.mts` support [#125](https://github.com/miguelsolorio/vscode-symbols/issues/125) via [@andrefelipeschulle](@https://github.com/andrefelipeschulle) - `cucumber` support [#122](https://github.com/miguelsolorio/vscode-symbols/issues/122) via [@RenerPires](https://github.com/RenerPires) -## 0.0.13 +## 0.0.14 ### ✨ Features diff --git a/package.json b/package.json index cf1516b..97ec0a3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "symbols", "displayName": "Symbols", "description": "A simple file icon theme for VS Code", - "version": "0.0.14", + "version": "0.0.15", "publisher": "miguelsolorio", "icon": "symbols.png", "preview": true,