Skip to content

Commit

Permalink
chore: release 0.4.5 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 16, 2023
1 parent 6c0e7a1 commit f3c092e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit f3c092e

Please sign in to comment.