Skip to content

Commit 3edaee2

Browse files
authored
Update readme and changelog for 3.10.1 (#147)
1 parent 1373ca1 commit 3edaee2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ _None._
4848

4949
_None._
5050

51+
## 3.10.1
52+
53+
### Bug Fixes
54+
55+
- Do not echo three dashes at the end of restore cache script [#146]
56+
5157
## 3.10.0
5258

5359
### New Features

README.md

Lines changed: 2 additions & 2 deletions
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.10.0:
29+
- automattic/a8c-ci-toolkit#3.10.1:
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.10.0`.
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.1`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)