diff --git a/CHANGELOG.md b/CHANGELOG.md index 515fb18..4fc6961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/diplodoc-platform/lint/compare/v1.0.2...v1.0.3) (2024-08-11) + + +### Bug Fixes + +* Force update prepare script ([67ee6d2](https://github.com/diplodoc-platform/lint/commit/67ee6d26718085e124b9feba50f2a04e685f7d17)) +* Remove overrides for [@typescript-eslint](https://github.com/typescript-eslint) ([c1f017a](https://github.com/diplodoc-platform/lint/commit/c1f017a44a0fb82609b61b75eb50ef9154180d26)) + ## [1.0.2](https://github.com/diplodoc-platform/lint/compare/v1.0.1...v1.0.2) (2024-08-11) diff --git a/package-lock.json b/package-lock.json index 4fb1df4..8d9c1bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/lint", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/lint", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@gravity-ui/eslint-config": "^3.2.0", diff --git a/package.json b/package.json index 9c202b8..7372101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/lint", - "version": "1.0.2", + "version": "1.0.3", "description": "Diplodoc platform internal utility set for linting", "bin": { "lint": "./bin/lint",