Skip to content

Commit

Permalink
release v19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Aug 27, 2021
1 parent 2139175 commit dff61a8
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 @@
## [19.0.1](https://github.com/algolia/eslint-config-algolia/compare/v19.0.0...v19.0.1) (2021-08-27)


### Bug Fixes

* update rules ([de68f46](https://github.com/algolia/eslint-config-algolia/commit/de68f463bc55fb05f27d03c8b03b7f31addc312a))



# [19.0.0](https://github.com/algolia/eslint-config-algolia/compare/v18.0.0...v19.0.0) (2021-08-27)


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": "19.0.0",
"version": "19.0.1",
"private": "true",
"main": "base.js",
"author": "Algolia, Inc.",
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": "19.0.0",
"version": "19.0.1",
"description": "Algolia's ESLint config.",
"repository": "algolia/eslint-config-algolia",
"private": false,
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 @@
"@types/react": "17.0.19",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"eslint-config-algolia": "19.0.0",
"eslint-config-algolia": "19.0.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-addons-shallow-compare": "15.6.3",
Expand Down

0 comments on commit dff61a8

Please sign in to comment.