From 65474b78c616036b76f7c63fd939a3b5fa098e12 Mon Sep 17 00:00:00 2001 From: utarwyn Date: Wed, 13 Mar 2024 19:25:50 +0100 Subject: [PATCH] Add SonarQube 10.4 support to CHANGELOG.md --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b09bedc..118395d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Add support for SonarQube up to 10.4 - [#30](https://github.com/green-code-initiative/ecoCode-javascript/issues/30) EC24: define the WHERE clause as a limiting keyword - [#32](https://github.com/green-code-initiative/ecoCode-javascript/pull/32) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature - [ecoCode#185](https://github.com/green-code-initiative/ecoCode/issues/185) Add build number to manifest diff --git a/README.md b/README.md index 3ff956d..6037b67 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The standalone version of the ESLint plugin is available from [npmjs](https://np | Plugins Version | SonarQube version | ESLint version | |-----------------|-------------------|----------------| -| 1.4.+ | 9.9.+ LTS to 10.4 | 7+ | +| 1.4.+, 1.5.+ | 9.9.+ LTS to 10.4 | 7+ | 🤝 Contribution ---------------