From e77dc421875eb2380e3b8d6a08b3ca8af5b1ee99 Mon Sep 17 00:00:00 2001 From: YC UI Bot <95919151+yc-ui-bot@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:34:29 +0300 Subject: [PATCH] chore(master): release 1.0.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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",