We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0098452 commit a6794beCopy full SHA for a6794be
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [1.1.5](https://github.com/eslint/create-config/compare/v1.1.4...v1.1.5) (2024-06-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/create-config",
- "version": "1.1.5",
+ "version": "1.1.6",
"description": "Utility to create ESLint config files.",
"keywords": [
"ast",
0 commit comments