Skip to content

Commit

Permalink
release v23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Oct 10, 2024
1 parent 31c4572 commit 3372c0e
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 218 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [23.2.0](https://github.com/algolia/eslint-config-algolia/compare/v23.1.7...v23.2.0) (2024-10-10)


### Features

* introduce flat config ([#361](https://github.com/algolia/eslint-config-algolia/issues/361)) ([31c4572](https://github.com/algolia/eslint-config-algolia/commit/31c45721bcf643c150f8296df94ea33b03d08ff8))



## [23.1.7](https://github.com/algolia/eslint-config-algolia/compare/v23.1.6...v23.1.7) (2024-09-02)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Just **focus** on coding.
- [Vanilla](#vanilla)
- [Jest](#jest)
- [React](#react)
- [Flow](#flow)
- [Flow with React](#flow-with-react)
- [Flow (deprecated)](#flow-deprecated)
- [Flow with React (deprecated)](#flow-with-react-deprecated)
- [TypeScript](#typescript)
- [TypeScript with React](#typescript-with-react)
- [Vue](#vue)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "23.1.7",
"version": "23.2.0",
"main": "base.js",
"author": "Algolia, Inc.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-algolia",
"version": "23.1.7",
"version": "23.2.0",
"description": "Algolia's ESLint config.",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 3372c0e

Please sign in to comment.