From a190678bf9c57121f2d37b9f7ba9f46e63594b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Mon, 29 Jan 2018 22:53:38 +0100 Subject: [PATCH] Bump version to 1.9.0 --- RELEASE_NOTES.md | 3 +++ build.fsx | 2 +- release/CHANGELOG.md | 5 ++++- release/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e987c1..af9221e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 1.9.0 - 29.01.2018 +* Add icons & menus to paket files + ### 1.8.1 - 26.10.2017 * Completions for `storage` and `restriction` * Add support for `Why` command diff --git a/build.fsx b/build.fsx index 331fdfd..24fe34d 100644 --- a/build.fsx +++ b/build.fsx @@ -89,7 +89,7 @@ Target "DotNetRestore" <| fun () -> DotNetCli.Restore (fun p -> { p with WorkingDir = "src" } ) let runFable additionalArgs = - let cmd = "fable webpack -- --config ../webpack.config.js " + additionalArgs + let cmd = "fable webpack -- --config webpack.config.js " + additionalArgs DotNetCli.RunCommand (fun p -> { p with WorkingDir = "src" } ) cmd Target "Build" (fun _ -> diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 3147053..af9221e 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,7 +1,10 @@ +### 1.9.0 - 29.01.2018 +* Add icons & menus to paket files + ### 1.8.1 - 26.10.2017 * Completions for `storage` and `restriction` * Add support for `Why` command -* Update obsolate Paket API calls +* Update obsolete Paket API calls ### 1.7.3 - 30.07.2017 * Update bootstrapper version diff --git a/release/package.json b/release/package.json index a9836a3..2440112 100644 --- a/release/package.json +++ b/release/package.json @@ -1,6 +1,6 @@ { "name": "Ionide-Paket", - "version": "1.8.1", + "version": "1.9.0", "publisher": "Ionide", "description": "Paket (alternative NuGet client) Support", "categories":[