From 22f9d0db22bc37ac4501dab66b0861b16ca0d6df Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 25 Mar 2023 12:55:06 +0100 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a8785..53661de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +### [1.3.1](https://github.com/devthejo/foundernetes/compare/v1.3.0...v1.3.1) (2023-03-25) + + +### Bug Fixes + +* compile execa ([99e70ec](https://github.com/devthejo/foundernetes/commit/99e70ece50c7cb8a1f187ef21c81fb273ac68e8a)) + ## [1.3.0](https://github.com/devthejo/foundernetes/compare/v1.2.1...v1.3.0) (2023-03-25) diff --git a/package.json b/package.json index 71b2b08..445671d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundernetes", - "version": "1.3.0", + "version": "1.3.1", "description": "Infra Idempotence As A Framework", "main": "src/index.js", "repository": "https://github.com/devthejo/foundernetes.git",