From 1b0d6dda5357b90686d9ec32cb834f451a049710 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:29:44 +0200 Subject: [PATCH] chore: release 1.0.1 (#90) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ae927..e18e066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/eslint/create-config/compare/v1.0.0...v1.0.1) (2024-04-10) + + +### Bug Fixes + +* use eslint-config-airbnb-base by default ([#92](https://github.com/eslint/create-config/issues/92)) ([627306a](https://github.com/eslint/create-config/commit/627306a3bb09a6b5e2b52a856d6caa41cb629a3e)), closes [#87](https://github.com/eslint/create-config/issues/87) + + +### Chores + +* run `npm install` before npm publish ([#88](https://github.com/eslint/create-config/issues/88)) ([136df22](https://github.com/eslint/create-config/commit/136df22d16be0ffda1aa64ed9dc8d040e32f19e5)) + ## [1.0.0](https://github.com/eslint/create-config/compare/v0.4.6...v1.0.0) (2024-04-05) diff --git a/package.json b/package.json index aab8ecb..550ef4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Utility to create ESLint config files.", "keywords": [ "ast",