Skip to content

Commit

Permalink
chore: release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 19, 2024
1 parent f8178a8 commit da43f45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.5](https://github.com/eslint/create-config/compare/v1.1.4...v1.1.5) (2024-06-19)


### Bug Fixes

* add files globs to be linted ([#130](https://github.com/eslint/create-config/issues/130)) ([19d7d6f](https://github.com/eslint/create-config/commit/19d7d6f111db4f78d0fc454662342ea1e810afe9))
* add warning message for ESLint v9 with npm `--force` flag ([#132](https://github.com/eslint/create-config/issues/132)) ([f8178a8](https://github.com/eslint/create-config/commit/f8178a85e0e2147e2097ab03a87290e53f066a98))

## [1.1.4](https://github.com/eslint/create-config/compare/v1.1.3...v1.1.4) (2024-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/create-config",
"version": "1.1.4",
"version": "1.1.5",
"description": "Utility to create ESLint config files.",
"keywords": [
"ast",
Expand Down

0 comments on commit da43f45

Please sign in to comment.