diff --git a/CHANGELOG.md b/CHANGELOG.md index 7840dc57..338227f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/eslint/create-config/compare/v0.4.3...v0.4.4) (2023-04-20) + + +### Chores + +* Update tweet message ([#61](https://github.com/eslint/create-config/issues/61)) ([e956b80](https://github.com/eslint/create-config/commit/e956b800898f56fdf60983ada4bd08434414578c)) + ## [0.4.3](https://github.com/eslint/create-config/compare/v0.4.2...v0.4.3) (2023-04-09) diff --git a/package.json b/package.json index 8e7f5aec..5157e419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "0.4.3", + "version": "0.4.4", "description": "Utility to create ESLint config files.", "keywords": [ "ast",