Skip to content

Commit

Permalink
Released 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Sep 26, 2015
1 parent f5f9809 commit 08207d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
Changelog
=========

Version 0.11 *(not released)*
Version 0.12 *(not released)*
-----------------------------

* ...

Version 0.11 *(2015-09-26)*
---------------------------

* Handle 4+ nodejs releases on windows _(dvaske)_
* Add npmCommand parameter to the node extension _(janrotter)_
* Set executable flag on node in SetupTask
* Upgraded wrapper to use Gradle 2.7
* Update node distribution base url to use https _(AvihayTsayeg)_
* Added more integration and functional tests
* Added more tests (unit, integration and functional tests)
* NodeTask environment is now correctly propagated to the runner
* ...

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ you will need to add OJO to your `buildscript` configuration.
Setup the plugin like this:

plugins {
id "com.moowork.node" version "0.10"
id "com.moowork.node" version "0.11"
}

Or:
Expand All @@ -39,7 +39,7 @@ Or:
}

dependencies {
classpath "com.moowork.gradle:gradle-node-plugin:0.10"
classpath "com.moowork.gradle:gradle-node-plugin:0.11"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Current version
#
version = 0.11-SNAPSHOT
version = 0.11

0 comments on commit 08207d5

Please sign in to comment.