Skip to content

Commit a190678

Browse files
Bump version to 1.9.0
1 parent 2bac2a5 commit a190678

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.9.0 - 29.01.2018
2+
* Add icons & menus to paket files
3+
14
### 1.8.1 - 26.10.2017
25
* Completions for `storage` and `restriction`
36
* Add support for `Why` command

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Target "DotNetRestore" <| fun () ->
8989
DotNetCli.Restore (fun p -> { p with WorkingDir = "src" } )
9090

9191
let runFable additionalArgs =
92-
let cmd = "fable webpack -- --config ../webpack.config.js " + additionalArgs
92+
let cmd = "fable webpack -- --config webpack.config.js " + additionalArgs
9393
DotNetCli.RunCommand (fun p -> { p with WorkingDir = "src" } ) cmd
9494

9595
Target "Build" (fun _ ->

release/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
### 1.9.0 - 29.01.2018
2+
* Add icons & menus to paket files
3+
14
### 1.8.1 - 26.10.2017
25
* Completions for `storage` and `restriction`
36
* Add support for `Why` command
4-
* Update obsolate Paket API calls
7+
* Update obsolete Paket API calls
58

69
### 1.7.3 - 30.07.2017
710
* Update bootstrapper version

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ionide-Paket",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"publisher": "Ionide",
55
"description": "Paket (alternative NuGet client) Support",
66
"categories":[

0 commit comments

Comments
 (0)