Skip to content

Commit e1517df

Browse files
authored
Release 3.10.0 (#143)
1 parent ba8e178 commit e1517df

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ _None._
4848

4949
_None._
5050

51+
## 3.10.0
52+
53+
### New Features
54+
55+
- Add command to prepare a Windows host to run CI for a Node app [#100]
56+
5157
## 3.9.1
5258

5359
### Bug Fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ steps:
2626
restore_cache $(hash_file package-lock.json)
2727
2828
plugins:
29-
- automattic/a8c-ci-toolkit#3.9.1:
29+
- automattic/a8c-ci-toolkit#3.10.0:
3030
bucket: a8c-ci-cache # optional
3131
```
3232
33-
Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `3.9.1`.
33+
Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `3.10.0`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)