diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffd3ce..55d0aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.1](https://github.com/alfa-laboratory/arui-presets-lint/compare/v5.4.0...v5.4.1) (2021-01-25) + + +### Bug Fixes + +* **eslint:** add ignore typescript generic type params ([f7c1d35](https://github.com/alfa-laboratory/arui-presets-lint/commit/f7c1d354234a1f7bec7da1c157333b97bccf6bdc)) + # [5.4.0](https://github.com/alfa-laboratory/arui-presets-lint/compare/v5.3.1...v5.4.0) (2020-12-14) diff --git a/package.json b/package.json index b247e8a..4c5907c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-presets-lint", - "version": "5.4.0", + "version": "5.4.1", "description": "Config files for arui-apps", "author": "Good guys from Alfa-Bank", "license": "MIT",