diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa76900a..d9eb3affa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Check out the Metals release notes at [https://scalameta.org/metals/blog/](https ## VSCode Extension Changelog +### v1.4.1 (2019/06/13 14:07 +00:00) +- [a84b7b2](https://github.com/scalameta/metals-vscode/commit/a84b7b2a2ce07a034d3cda695f514339ab733383) Add millScript and mavenScript options for custom executables (@tgodzik) +- [b9c543f](https://github.com/scalameta/metals-vscode/commit/b9c543f926787a34f0f473820323bee954e02dd8) v1.4.0 + ### v1.4.0 (2019/06/11 16:51 +00:00) - [30ea415](https://github.com/scalameta/metals-vscode/commit/30ea41514f6b929a4147a95724b4bd3b7fa59f9b) Update metals default version to 0.6.0 (@tgodzik) - [632a330](https://github.com/scalameta/metals-vscode/commit/632a3301f263562aca41deb7fb6d01d05fc25c94) Use string instead of array of string for `customRepositories`. (@olafurpg) @@ -147,8 +151,8 @@ Check out the Metals release notes at [https://scalameta.org/metals/blog/](https - [37ec5e5](https://github.com/scalameta/metals-vscode/commit/37ec5e524ac8276713b3ee95c532fdd4baa20408) Bump default serverVersion to 0.3.1 (@gabro) - [bea5fff](https://github.com/scalameta/metals-vscode/commit/bea5fff1a328f0afab1df9c68872ab6c3b5a01e8) Use markdown for configuration description (@gabro) - [54c0e1f](https://github.com/scalameta/metals-vscode/commit/54c0e1ffdf118b3812826a4a9cbae0e515463599) Detect when javaHome and serverVersion change and prompt to reload (@gabro) -- [6eb23d2](https://github.com/scalameta/metals-vscode/commit/6eb23d29c915ccdbde64225b81c530ad8e397a27) v0.3.2 - [1d2f396](https://github.com/scalameta/metals-vscode/commit/1d2f3969b4d59614c332c1766a889fbcc79bb6a1) Fix the publishing from the CI (@gabro) +- [6eb23d2](https://github.com/scalameta/metals-vscode/commit/6eb23d29c915ccdbde64225b81c530ad8e397a27) v0.3.2 ### v0.3.1 (2018/12/07 11:10 +00:00) - [b382a95](https://github.com/scalameta/metals-vscode/commit/b382a95b6e968b599f01a1edeb91eb6698686782) Use yarn version instead of vsce publish (@gabro) diff --git a/package.json b/package.json index 849bac96b..a432fcf8b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "language server", "scalameta" ], - "version": "1.4.0", + "version": "1.4.1", "publisher": "scalameta", "contributors": [ {