Skip to content

Commit a6794be

Browse files
chore: release 1.1.6 (#137)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0098452 commit a6794be

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.6](https://github.com/eslint/create-config/compare/v1.1.5...v1.1.6) (2024-07-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Add custom ts parser for vue projects ([#136](https://github.com/eslint/create-config/issues/136)) ([0098452](https://github.com/eslint/create-config/commit/00984525e17e926dec9184e9bf2502326894f089))
9+
310
## [1.1.5](https://github.com/eslint/create-config/compare/v1.1.4...v1.1.5) (2024-06-19)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/create-config",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)