From f3c092e713cd4bd4ef295b713b895c5bda955b42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 18:04:55 +0200 Subject: [PATCH] chore: release 0.4.5 (#66) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6901a5..a69a9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.5](https://github.com/eslint/create-config/compare/v0.4.4...v0.4.5) (2023-06-16) + + +### Bug Fixes + +* add cjs override for esm projects (fixes [#59](https://github.com/eslint/create-config/issues/59)) ([#63](https://github.com/eslint/create-config/issues/63)) ([2568629](https://github.com/eslint/create-config/commit/2568629207e3372c6836476e18f6e709e16b13e4)) + + +### Chores + +* trigger release-please ([#65](https://github.com/eslint/create-config/issues/65)) ([6c0e7a1](https://github.com/eslint/create-config/commit/6c0e7a186bc18415562e0d3f107ca4d4acec3af0)) + ## [0.4.4](https://github.com/eslint/create-config/compare/v0.4.3...v0.4.4) (2023-06-01) diff --git a/package.json b/package.json index 42c735a..52cedca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "0.4.4", + "version": "0.4.5", "description": "Utility to create ESLint config files.", "keywords": [ "ast",