Skip to content

Commit

Permalink
release v22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jul 12, 2023
1 parent 61f33ea commit 5ea7ce3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [22.0.0](https://github.com/algolia/eslint-config-algolia/compare/v21.0.0...v22.0.0) (2023-07-12)


### Bug Fixes

* release script should update yarn.lock ([#314](https://github.com/algolia/eslint-config-algolia/issues/314)) ([4464168](https://github.com/algolia/eslint-config-algolia/commit/44641681cc00691a5995d2b8aabd6eeb5b905d1c))


### Features

* support typescript-eslint 6 ([#322](https://github.com/algolia/eslint-config-algolia/issues/322)) ([36e2ca9](https://github.com/algolia/eslint-config-algolia/commit/36e2ca9d1c26657ff5c08554db52c9963ef3804f))



# [21.0.0](https://github.com/algolia/eslint-config-algolia/compare/v20.1.0...v21.0.0) (2023-04-26)


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": "21.0.0",
"version": "22.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": "21.0.0",
"version": "22.0.0",
"description": "Algolia's ESLint config.",
"repository": "algolia/eslint-config-algolia",
"scripts": {
Expand Down

0 comments on commit 5ea7ce3

Please sign in to comment.