Skip to content

Commit 4349dc1

Browse files
committed
Update CHANGELOG, prune old versions from README
1 parent 315d5ee commit 4349dc1

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Version 3.x *(unreleased)*
4+
5+
## Version 3.1.0 *(2021-05-07)*
6+
* Add support for Linux Power PC [#166](https://github.com/node-gradle/gradle-node-plugin/issues/166) (thanks [akatona84](https://github.com/akatona84) for the [pull request](https://github.com/node-gradle/gradle-node-plugin/issues/167))
7+
* Internal test suite now running against Gradle 7
48
* Adds `yarn.lock` as an input to `NpmInstallTask` [#155](https://github.com/node-gradle/gradle-node-plugin/issues/155)
59

610
## Version 3.0.1 *(2021-02-09)*

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ issue to [GitHub Issues](https://github.com/node-gradle/gradle-node-plugin/issue
3838

3939
Here's the documentation for older releases of the plugin:
4040

41-
* [3.0.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.1/README.md) (current)
41+
* [3.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.0/README.md) (current)
42+
* [3.0.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.1/README.md)
4243
* [3.0.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.0/README.md)
4344
* [2.2.4](https://github.com/node-gradle/gradle-node-plugin/blob/2.2.4/README.md)
4445
* [2.2.3](https://github.com/node-gradle/gradle-node-plugin/blob/2.2.3/README.md)
@@ -49,15 +50,7 @@ Here's the documentation for older releases of the plugin:
4950
* [2.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/2.1.0/README.md)
5051
* [2.0.0](https://github.com/node-gradle/gradle-node-plugin/blob/2.0.0/README.md)
5152
* [1.5.3](https://github.com/node-gradle/gradle-node-plugin/blob/1.5.3/README.md)
52-
* [1.1.1](https://github.com/node-gradle/gradle-node-plugin/blob/v1.1.1/README.md)
53-
* [1.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/v1.1.0/README.md)
54-
* [1.0.1](https://github.com/node-gradle/gradle-node-plugin/blob/v1.0.1/README.md)
55-
* [1.0.0](https://github.com/node-gradle/gradle-node-plugin/blob/v1.0.0/README.md)
56-
* [0.14](https://github.com/node-gradle/gradle-node-plugin/blob/v0.14/README.md)
57-
* [0.13](https://github.com/node-gradle/gradle-node-plugin/blob/v0.13/README.md)
58-
* [0.12](https://github.com/node-gradle/gradle-node-plugin/blob/v0.12/README.md)
59-
* [0.11](https://github.com/node-gradle/gradle-node-plugin/blob/v0.11/README.md)
60-
* [0.10](https://github.com/node-gradle/gradle-node-plugin/blob/v0.10/README.md)
53+
* [1.4.0](https://github.com/node-gradle/gradle-node-plugin/blob/1.4.0/README.md)
6154

6255

6356
## Building the Plugin

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in your `build.gradle` file:
55

66
```gradle
77
plugins {
8-
id "com.github.node-gradle.node" version "3.0.1"
8+
id "com.github.node-gradle.node" version "3.1.0"
99
}
1010
```
1111

@@ -18,7 +18,7 @@ buildscript {
1818
}
1919
2020
dependencies {
21-
classpath "com.github.node-gradle:gradle-node-plugin:3.0.1"
21+
classpath "com.github.node-gradle:gradle-node-plugin:3.1.0"
2222
}
2323
}
2424

examples/simple-node/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath "com.github.node-gradle:gradle-node-plugin:3.0.1"
3+
classpath "com.github.node-gradle:gradle-node-plugin:3.1.0"
44
}
55
}
66

0 commit comments

Comments
 (0)