Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @ttionya/[email protected]
  • Loading branch information
ttionya committed Aug 10, 2023
1 parent 3a77db0 commit 0cfcf58
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v2.5.0

### Dependencies

- `eslint-config-prettier@^8.7.0` => `eslint-config-prettier@^9.0.0`
- `[email protected]` => `[email protected] || 5.x`
- `eslint@^8.35.0` => `eslint@^8.46.0`
- `@typescript-eslint/eslint-plugin@>=5.54.0` => `@typescript-eslint/eslint-plugin@>=6.3.0`
- `@typescript-eslint/parser@>=5.54.0` => `@typescript-eslint/parser@>=6.3.0`
- `@babel/core@>=7.18.0` => `@babel/core@>=7.22.10`
- `@babel/eslint-parser@>=7.18.0` => `@babel/eslint-parser@>=7.22.10`

### Fixed

- Fix API incompatibility changes caused by Prettier upgrade
- Fix the `@typescript/*` rules recommended field issue

<br>

## v2.4.0

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ttionya/eslint-config",
"version": "2.4.0",
"version": "2.5.0",
"description": "ESLint rules.",
"keywords": [
"config",
Expand Down

0 comments on commit 0cfcf58

Please sign in to comment.