From 63e1dbd47b2c0a6b3b8a17b5c235d83e9c112c75 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Aug 2024 09:09:12 +0000 Subject: [PATCH] chore(release): version 3.1.3 [skip ci] ## [3.1.3](https://github.com/3ware/workflows/compare/v3.1.2...v3.1.3) (2024-08-30) ### Bug Fixes * **get-terraform-dir:** Resolve incorrect job summary step being run ([#103](https://github.com/3ware/workflows/issues/103)) ([f261ac4](https://github.com/3ware/workflows/commit/f261ac42450b5bf0cec7cef45acb8efd38a3e6db)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bddc28..9c913ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.1.3](https://github.com/3ware/workflows/compare/v3.1.2...v3.1.3) (2024-08-30) + + +### Bug Fixes + +* **get-terraform-dir:** Resolve incorrect job summary step being run ([#103](https://github.com/3ware/workflows/issues/103)) ([f261ac4](https://github.com/3ware/workflows/commit/f261ac42450b5bf0cec7cef45acb8efd38a3e6db)) + ## [3.1.2](https://github.com/3ware/workflows/compare/v3.1.1...v3.1.2) (2024-08-29)