Skip to content

Commit

Permalink
Released 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Dec 2, 2016
1 parent 52b03e1 commit f4a467d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Changelog
=========

Version 1.0.0 *(not released)*
------------------------------
Version 1.0.0 *(2016-12-02)*
----------------------------

* Move npm and yarn classes into separate package (#158)
* Move grunt plugin code to this plugin (#159)
* Move gulp plugin code to this plugin (#160)
* Use 6.9.1 as default node version (#163)
* Fix missing property exception when using plugin in conjunction with Node 6.x.x on Windows (#167) _(mark-vieira)_
* Switch over to use semantic versioning (#169)
* ...

Version 0.14 *(2016-11-29)*
---------------------------
Expand Down
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
[![License](https://img.shields.io/github/license/srs/gradle-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Download](https://api.bintray.com/packages/srs/maven/gradle-node-plugin/images/download.svg) ](https://bintray.com/srs/maven/gradle-node-plugin/_latestVersion)

> **_NOTE_: 1.0.0 release is not out yet. Please refer to the
[current 0.14 release](https://github.com/srs/gradle-node-plugin/blob/v0.14/README.md).**

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
with Gradle:
Expand Down Expand Up @@ -45,14 +42,6 @@ Here's the documentation for older releases of the plugin:
* [0.12](https://github.com/srs/gradle-node-plugin/blob/v0.12/README.md)
* [0.11](https://github.com/srs/gradle-node-plugin/blob/v0.11/README.md)
* [0.10](https://github.com/srs/gradle-node-plugin/blob/v0.10/README.md)
* [0.9](https://github.com/srs/gradle-node-plugin/blob/v0.9/README.md)
* [0.8](https://github.com/srs/gradle-node-plugin/blob/v0.8/README.md)
* [0.7](https://github.com/srs/gradle-node-plugin/blob/v0.7/README.md)
* [0.6](https://github.com/srs/gradle-node-plugin/blob/v0.6/README.md)
* [0.5](https://github.com/srs/gradle-node-plugin/blob/v0.5/README.md)
* [0.4](https://github.com/srs/gradle-node-plugin/blob/v0.4/README.md)
* [0.3](https://github.com/srs/gradle-node-plugin/blob/v0.3/README.md)
* [0.2](https://github.com/srs/gradle-node-plugin/blob/v0.2/README.md)


## Building the Plugin
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Current version
#
version = 1.0.0-SNAPSHOT
version = 1.0.0

0 comments on commit f4a467d

Please sign in to comment.