Skip to content

Commit

Permalink
release v21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellone committed Apr 26, 2023
1 parent e0544c4 commit 6f01d84
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [21.0.0](https://github.com/algolia/eslint-config-algolia/compare/v20.1.0...v21.0.0) (2023-04-26)


### Features

* plugin jsdoc v43 ([#313](https://github.com/algolia/eslint-config-algolia/issues/313)) ([e0544c4](https://github.com/algolia/eslint-config-algolia/commit/e0544c4114749c0dae8f56094736dfec2a34b413))



# [20.1.0](https://github.com/algolia/eslint-config-algolia/compare/v20.0.0...v20.1.0) (2022-12-06)


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": "20.1.0",
"version": "21.0.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": "20.1.0",
"version": "21.0.0",
"description": "Algolia's ESLint config.",
"repository": "algolia/eslint-config-algolia",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"eslint": "8.3.0",
"eslint-config-algolia": "20.1.0",
"eslint-config-algolia": "21.0.0",
"jest": "27.4.2",
"prop-types": "15.7.2",
"react": "17.0.2",
Expand Down

0 comments on commit 6f01d84

Please sign in to comment.