From 2a2fc2c393c295d7a29b68ec3739281724bc78c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pradel=20Le=CC=81o?= Date: Tue, 12 Oct 2021 15:08:36 +0200 Subject: [PATCH] chore(release): 0.4.2 --- CHANGELOG.md | 7 +++++++ packages/craco-esbuild/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d25a1..869a4d7 100644 --- a/CHANGELOG.md +++ b/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.2](https://github.com/pradel/create-react-app-esbuild/compare/v0.4.1...v0.4.2) (2021-10-12) + + +### Features + +* replace minifier only when used ([#42](https://github.com/pradel/create-react-app-esbuild/issues/42)) ([7453334](https://github.com/pradel/create-react-app-esbuild/commit/745333410391d4bb97fef76d21c0afbc2e65b631)) + ### [0.4.1](https://github.com/pradel/create-react-app-esbuild/compare/v0.4.0...v0.4.1) (2021-09-22) diff --git a/packages/craco-esbuild/package.json b/packages/craco-esbuild/package.json index ee6c1ab..805cdfc 100644 --- a/packages/craco-esbuild/package.json +++ b/packages/craco-esbuild/package.json @@ -1,6 +1,6 @@ { "name": "craco-esbuild", - "version": "0.4.1", + "version": "0.4.2", "main": "src/index.js", "repository": "https://github.com/pradel/create-react-app-esbuild.git", "author": "Leo Pradel ",