From 6b29c83b45fb42694d09f18b9189de0aeb9c44e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fklaus?= Date: Tue, 29 Nov 2022 09:30:15 +0100 Subject: [PATCH] chore(release): 0.4.3 --- packages/stack-core/CHANGELOG.md | 7 +++++++ packages/stack-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/stack-core/CHANGELOG.md b/packages/stack-core/CHANGELOG.md index 731efa2..de86546 100644 --- a/packages/stack-core/CHANGELOG.md +++ b/packages/stack-core/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.3](https://github.com/factorial-io/fstack/compare/core/v0.4.2...core/v0.4.3) (2022-11-29) + + +### Bug Fixes + +* upgrade del from 6.0.0 to 6.1.0 ([3e36818](https://github.com/factorial-io/fstack/commit/3e3681800c4664e92641976be85d2ae53bcb39d5)) + ### [0.4.2](https://github.com/factorial-io/fstack/compare/core/v0.4.1...core/v0.4.2) (2022-05-03) diff --git a/packages/stack-core/package.json b/packages/stack-core/package.json index a5f10df..09b4d28 100644 --- a/packages/stack-core/package.json +++ b/packages/stack-core/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-core", - "version": "0.4.2", + "version": "0.4.3", "main": "index.js", "license": "MIT", "private": false,