Skip to content

Commit a5146fd

Browse files
chore: release 0.4.4 (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0be55af commit a5146fd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.4](https://github.com/eslint/create-config/compare/v0.4.3...v0.4.4) (2023-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* generated vue-ts config ([#64](https://github.com/eslint/create-config/issues/64)) ([0be55af](https://github.com/eslint/create-config/commit/0be55af5f18733d00172348c75ef7bd8e0f2a502))
9+
10+
11+
### Chores
12+
13+
* run tests on Node.js v20 ([#60](https://github.com/eslint/create-config/issues/60)) ([72ffdcd](https://github.com/eslint/create-config/commit/72ffdcd7f5b902e95a65feac73224691f4626ae5))
14+
* Update tweet message ([#61](https://github.com/eslint/create-config/issues/61)) ([e956b80](https://github.com/eslint/create-config/commit/e956b800898f56fdf60983ada4bd08434414578c))
15+
316
## [0.4.3](https://github.com/eslint/create-config/compare/v0.4.2...v0.4.3) (2023-04-09)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/create-config",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)