From 16ada88017af1decbc42ce8c7d18f1879088965c Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Wed, 15 Nov 2023 11:06:58 +0700 Subject: [PATCH] Release 0.12.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a236ce3..911a53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.12.0 + +- Migrate to TypeScript v5 and `@typescript-eslint/*` v6 ([PR #151](https://github.com/effector/eslint-plugin/pull/151)) by @7rulnik +- Drop support of Node.js 14 and Node.js 15 since its support is dropped by Node.js itself 2 years ago and new versions of TypeScript and `@typescript-eslint/*` don't support it as well + ## v0.11.0 - Add support of Node.js 19 and Node.js 20 ([PR #146](https://github.com/effector/eslint-plugin/pull/146)) by @xarety diff --git a/package.json b/package.json index 8b34ea6..e3ffe42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-effector", - "version": "0.11.0", + "version": "0.12.0", "description": "Enforcing best practices for Effector", "keywords": [ "eslint",