From 3cc640a5b52250ad5aae9252fd9da60e3c71a55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fklaus?= Date: Tue, 3 May 2022 12:01:57 +0200 Subject: [PATCH] chore(release): 0.4.2 --- packages/stack-core/CHANGELOG.md | 8 ++++++++ packages/stack-core/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/stack-core/CHANGELOG.md b/packages/stack-core/CHANGELOG.md index 60d906a..731efa2 100644 --- a/packages/stack-core/CHANGELOG.md +++ b/packages/stack-core/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/factorial-io/fstack/compare/core/v0.4.1...core/v0.4.2) (2022-05-03) + + +### Bug Fixes + +* upgrade fs-extra from 10.0.0 to 10.0.1 ([92227df](https://github.com/factorial-io/fstack/commit/92227dfb98188fa4f30d1af7e72f89f1035cb5aa)) +* upgrade inquirer from 8.2.0 to 8.2.1 ([93daa1c](https://github.com/factorial-io/fstack/commit/93daa1cd8b316f034e2930561575591d7d2a635e)) + ### [0.4.1](https://github.com/factorial-io/fstack/compare/core/v0.4.0...core/v0.4.1) (2022-03-08) diff --git a/packages/stack-core/package.json b/packages/stack-core/package.json index 5616e6a..27d0b96 100644 --- a/packages/stack-core/package.json +++ b/packages/stack-core/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-core", - "version": "0.4.1", + "version": "0.4.2", "main": "index.js", "license": "MIT", "private": false,