Skip to content

Commit cf668ec

Browse files
committed
Update release notes
1 parent 1cf7ff0 commit cf668ec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

33
## Version 3.x *(unreleased)*
44

5+
## Version 3.2.1 *(2022-02-14)*
6+
* Backwards compatibility fix for those using VariantComputer [#213](https://github.com/node-gradle/gradle-node-plugin/issues/213)
7+
* Prevent M1 Macs from attempting to download a non-existent distribution [#214](https://github.com/node-gradle/gradle-node-plugin/issues/214)
8+
59
## Version 3.2.0 *(2022-02-07)*
610
* Support Gradle 7.4 configuration-cache [#209](https://github.com/node-gradle/gradle-node-plugin/issues/209) (thanks [nhoughto](https://github.com/nhoughto) for the [pull request](https://github.com/node-gradle/gradle-node-plugin/pull/211))
711
* Add option for allowing HTTP access [#163](https://github.com/node-gradle/gradle-node-plugin/issues/163) (thanks [markslater](https://github.com/markslater) for the [pull request](https://github.com/node-gradle/gradle-node-plugin/pull/164))

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![Build Status](https://github.com/node-gradle/gradle-node-plugin/workflows/Build/badge.svg?branch=master)
66
[![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.2.0-orange.svg)
7+
![Version](https://img.shields.io/badge/Version-3.2.1-orange.svg)
88

99
This plugin enables you to use a lot of [Node.js](https://nodejs.org)-based technologies as part of your
1010
build without having Node.js installed locally on your system. It integrates the following Node.js-based system
@@ -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.2.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.2.0/README.md) (current)
41+
* [3.2.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.2.1/README.md) (current)
42+
* [3.2.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.2.0/README.md)
4243
* [3.1.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.1/README.md)
4344
* [3.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.0/README.md)
4445
* [3.0.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.1/README.md)

0 commit comments

Comments
 (0)