Skip to content

Commit

Permalink
chore: release 1.0.1 (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 10, 2024
1 parent 627306a commit 1b0d6dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 1b0d6dd

Please sign in to comment.