From 3e9724943072f21ea5ad27a184e1080d22a82144 Mon Sep 17 00:00:00 2001 From: Sten Roger Sandvik Date: Wed, 14 Jun 2017 23:57:26 +0200 Subject: [PATCH] Released 1.2.0 --- CHANGELOG.md | 3 +-- README.md | 4 +++- docs/grunt.md | 2 +- docs/gulp.md | 2 +- docs/installing.md | 12 ++++++------ docs/node.md | 2 +- gradle.properties | 2 +- 7 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74faca8..68dbdc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -Version 1.2.0 *(unreleased)* +Version 1.2.0 *(2017-06-14)* ---------------------------- * Support using Gradle Build Cache with Yarn tasks (#205) _(mark-vieira)_ @@ -11,7 +11,6 @@ Version 1.2.0 *(unreleased)* * Added execOverrides and ignoreExitValue on npmSetupTask (#196) * Added gruntFile in grunt extension to use different file (#189) * npm_* tasks using nodeModulesDir (##136) _(janario)_ -* ... Version 1.1.1 *(2017-01-16)* ---------------------------- diff --git a/README.md b/README.md index c689e7d..f18c533 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Build Status](https://travis-ci.org/srs/gradle-node-plugin.svg?branch=master)](https://travis-ci.org/srs/gradle-node-plugin) [![Windows Build status](https://ci.appveyor.com/api/projects/status/06pg08c36mnes0w3?svg=true)](https://ci.appveyor.com/project/srs/gradle-node-plugin) [![License](https://img.shields.io/github/license/srs/gradle-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) -![Version](https://img.shields.io/badge/Version-1.1.1-orange.svg) +![Version](https://img.shields.io/badge/Version-1.2.0-orange.svg) This plugin enabled you to use a lot of [NodeJS](https://nodejs.org)-based technologies as part of your build without having NodeJS installed locally on your system. It integrates the following NodeJS-based system @@ -40,6 +40,8 @@ issue to [GitHub Issues](https://github.com/srs/gradle-node-plugin/issues). Here's the documentation for older releases of the plugin: +* [1.0.1](https://github.com/srs/gradle-node-plugin/blob/v1.0.1/README.md) +* [1.0.0](https://github.com/srs/gradle-node-plugin/blob/v1.0.0/README.md) * [0.14](https://github.com/srs/gradle-node-plugin/blob/v0.14/README.md) * [0.13](https://github.com/srs/gradle-node-plugin/blob/v0.13/README.md) * [0.12](https://github.com/srs/gradle-node-plugin/blob/v0.12/README.md) diff --git a/docs/grunt.md b/docs/grunt.md index 6e0e9a2..c923072 100644 --- a/docs/grunt.md +++ b/docs/grunt.md @@ -6,7 +6,7 @@ start using the plugin, add this into your `build.gradle` file (see [Installing] ```gradle plugins { - id "com.moowork.grunt" version "1.1.1" + id "com.moowork.grunt" version "1.2.0" } ``` diff --git a/docs/gulp.md b/docs/gulp.md index 2b42bd1..957f2ea 100644 --- a/docs/gulp.md +++ b/docs/gulp.md @@ -6,7 +6,7 @@ To start using the plugin, add this into your `build.gradle` file (see [Installi ```gradle plugins { - id "com.moowork.gulp" version "1.1.1" + id "com.moowork.gulp" version "1.2.0" } ``` diff --git a/docs/installing.md b/docs/installing.md index 7d74184..2209a14 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -5,7 +5,7 @@ in your `build.gradle` file: ```gradle plugins { - id "com.moowork.node" version "1.1.1" + id "com.moowork.node" version "1.2.0" } ``` @@ -13,9 +13,9 @@ If you want to install all of the node-plugins (which is pretty uncommon), then ```gradle plugins { - id "com.moowork.node" version "1.1.1" - id "com.moowork.grunt" version "1.1.1" - id "com.moowork.gulp" version "1.1.1" + id "com.moowork.node" version "1.2.0" + id "com.moowork.grunt" version "1.2.0" + id "com.moowork.gulp" version "1.2.0" } ``` @@ -30,7 +30,7 @@ buildscript { } dependencies { - classpath "com.moowork.gradle:gradle-node-plugin:1.1.1" + classpath "com.moowork.gradle:gradle-node-plugin:1.2.0" } } @@ -52,7 +52,7 @@ buildscript { } dependencies { - classpath "com.moowork.gradle:gradle-node-plugin:1.2.0-SNAPSHOT" + classpath "com.moowork.gradle:gradle-node-plugin:1.3.0-SNAPSHOT" } } diff --git a/docs/node.md b/docs/node.md index c16e3ba..b1813ad 100644 --- a/docs/node.md +++ b/docs/node.md @@ -10,7 +10,7 @@ file (see [Installing](installing.md) for details): ```gradle plugins { - id "com.moowork.node" version "1.1.1" + id "com.moowork.node" version "1.2.0" } ``` diff --git a/gradle.properties b/gradle.properties index a6275bd..587f5df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ # # Current version # -version = 1.2.0-SNAPSHOT +version = 1.2.0