From b3bf422391103659faca16df77de519922597e9e Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 9 Sep 2019 11:58:37 -0400 Subject: [PATCH] Update RELEASES.md --- packages/core/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/core/RELEASES.md b/packages/core/RELEASES.md index 33593334..062c2c66 100644 --- a/packages/core/RELEASES.md +++ b/packages/core/RELEASES.md @@ -1,5 +1,9 @@ # @actions/core Releases +### Unreleased + +- Switched ## commands to :: commands (should have no noticeable impact) [#110)(https://github.com/actions/toolkit/pull/110) + ### 1.1.0 - Added helpers for `group` and `endgroup` [#98](https://github.com/actions/toolkit/pull/98)