diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96d1a02..b09bedc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [#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
### Changed
diff --git a/sonar-plugin/pom.xml b/sonar-plugin/pom.xml
index 2e6976f..fc76b13 100644
--- a/sonar-plugin/pom.xml
+++ b/sonar-plugin/pom.xml
@@ -142,6 +142,7 @@
${version.sonarqube}
true
${java.version}
+ js,ts,web,yaml
${buildNumber}