From 7a71935d73914caeee91b3f1daa073c466ca7d1b Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 2 Jul 2024 16:17:33 -0700 Subject: [PATCH] chore(version): 0.3.13 --- CHANGELOG.md | 6 ++++++ MODULE.bazel | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 672a565..dfc3aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.3.13 - 2024-07-02 +#### Bug Fixes +- ecasct recipe bundle extension check (#113) - (a6304a8) - Austin Kelway + +- - - + ## 0.3.12 - 2024-07-02 #### Features - codegen error reporting (#112) - (39052f0) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 67fd15b..09e23c6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_cli", - version = "0.3.12", + version = "0.3.13", compatibility_level = 3, )