Skip to content

Commit

Permalink
Released version 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Jun 27, 2016
1 parent ab6f5ac commit 9e6ca74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
Changelog
=========

Version 0.13 *(not released)*
Version 0.14 *(not released)*
-----------------------------

* ...

Version 0.13 *(2016-06-27)*
---------------------------

* Bumped gradle wrapper version to 2.14
* Implement ARM compatibility _(madmas)_
* Allow node modules to be used when calling npm_run _(jmcampanini)_
* Updated plugin versions and test versions
* Node.workingDir set to nodeModulesDir (fixes #107)
* Creates nodeModulesDir if it does not exist (fixes #108)
* Use single repo for node download (fixes #120)
* ...

Version 0.12 *(2016-03-10)*
---------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ you will need to add OJO to your `buildscript` configuration.
Setup the plugin like this:

plugins {
id "com.moowork.node" version "0.12"
id "com.moowork.node" version "0.13"
}

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

dependencies {
classpath "com.moowork.gradle:gradle-node-plugin:0.12"
classpath "com.moowork.gradle:gradle-node-plugin:0.13"
}
}

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

version = 0.13

0 comments on commit 9e6ca74

Please sign in to comment.