File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version 3.x * (unreleased)*
4
4
5
- ## Version 3.5.1 * (unreleased )*
5
+ ## Version 3.5.1 * (2022-12-26 )*
6
6
* Fix configuration cache support in pnpm
7
7
8
8
## Version 3.5.0 * (2022-10-18)*
Original file line number Diff line number Diff line change 4
4
5
5
![ Build Status] ( https://github.com/node-gradle/gradle-node-plugin/workflows/Build/badge.svg?branch=master )
6
6
[ ![ License] ( https://img.shields.io/github/license/node-gradle/gradle-node-plugin.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.html )
7
- ![ Version] ( https://img.shields.io/badge/Version-3.5.0 -orange.svg )
7
+ ![ Version] ( https://img.shields.io/badge/Version-3.5.1 -orange.svg )
8
8
9
9
This plugin enables you to use a lot of [ Node.js] ( https://nodejs.org ) -based technologies as part of your
10
10
build without having Node.js installed locally on your system. It integrates the following Node.js-based system
@@ -39,7 +39,8 @@ issue to [GitHub Issues](https://github.com/node-gradle/gradle-node-plugin/issue
39
39
40
40
Here's the documentation for older releases of the plugin:
41
41
42
- * [ 3.5.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/3.5.0/README.md ) (current)
42
+ * [ 3.5.1] ( https://github.com/node-gradle/gradle-node-plugin/blob/3.5.1/README.md ) (current)
43
+ * [ 3.5.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/3.5.0/README.md )
43
44
* [ 3.4.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/3.4.0/README.md )
44
45
* [ 3.3.0] ( https://github.com/node-gradle/gradle-node-plugin/blob/3.3.0/README.md )
45
46
* [ 3.2.1] ( https://github.com/node-gradle/gradle-node-plugin/blob/3.2.1/README.md )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ in your `build.gradle` file:
5
5
6
6
``` gradle
7
7
plugins {
8
- id "com.github.node-gradle.node" version "3.5.0 "
8
+ id "com.github.node-gradle.node" version "3.5.1 "
9
9
}
10
10
```
11
11
@@ -18,7 +18,7 @@ buildscript {
18
18
}
19
19
20
20
dependencies {
21
- classpath "com.github.node-gradle:gradle-node-plugin:3.5.0 "
21
+ classpath "com.github.node-gradle:gradle-node-plugin:3.5.1 "
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ file (see [Installing](installation.md) for details):
18
18
19
19
``` gradle
20
20
plugins {
21
- id "com.github.node-gradle.node" version "3.5.0 "
21
+ id "com.github.node-gradle.node" version "3.5.1 "
22
22
}
23
23
```
24
24
You can’t perform that action at this time.
0 commit comments