From 0f20951382835f12f027f69cbdc3550aececad07 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:16:11 +0100 Subject: [PATCH] chore(main): release 13.0.0 (#68) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbc3a1..3dbef72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [13.0.0](https://github.com/cheminfo/eslint-config/compare/v12.0.1...v13.0.0) (2024-11-20) + + +### ⚠ BREAKING CHANGES + +* require ESLint >=9.15.0 +* update and review import plugin rules + +### Features + +* require ESLint >=9.15.0 ([3d595dc](https://github.com/cheminfo/eslint-config/commit/3d595dc521a42cffb5237804f2164312aa658f71)) +* update and review import plugin rules ([3c65c87](https://github.com/cheminfo/eslint-config/commit/3c65c87ec24f342d0f5081043fdfd11bc6dc8891)) + ## [12.0.1](https://github.com/cheminfo/eslint-config/compare/v12.0.0...v12.0.1) (2024-10-07) diff --git a/package.json b/package.json index 34a1086..996ba22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cheminfo", - "version": "12.0.1", + "version": "13.0.0", "description": "Shared ESLint config for cheminfo and ml.js projects", "type": "module", "exports": {