Skip to content

Commit

Permalink
Bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jan 29, 2018
1 parent 2bac2a5 commit a190678
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 _ ->
Expand Down
5 changes: 4 additions & 1 deletion release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ionide-Paket",
"version": "1.8.1",
"version": "1.9.0",
"publisher": "Ionide",
"description": "Paket (alternative NuGet client) Support",
"categories":[
Expand Down

0 comments on commit a190678

Please sign in to comment.