diff --git a/CHANGELOG.md b/CHANGELOG.md index 118395d..bcab7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2024-03-13 + ### Added - Add support for SonarQube up to 10.4 @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- [#30](https://github.com/green-code-initiative/ecoCode-javascript/issues/30) Improve documentation and clean code taxonomy of all rules +- [#30](https://github.com/green-code-initiative/ecoCode-javascript/issues/30) Improve documentation and clean code taxonomy of all rules ### Fixed @@ -63,7 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Setup basic coding style tools - Write complete contributing guide -[Unreleased]: https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...HEAD +[Unreleased]: https://github.com/green-code-initiative/ecoCode-javascript/compare/1.5.0...HEAD + +[1.5.0]: https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/green-code-initiative/ecoCode-javascript/compare/eslint-plugin/0.2.0...1.4.0 diff --git a/docker-compose.yml b/docker-compose.yml index 689819e..cc7053d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,8 +16,8 @@ services: SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true' volumes: - type: bind - source: ./sonar-plugin/target/ecocode-javascript-plugin-1.4.1-SNAPSHOT.jar - target: /opt/sonarqube/extensions/plugins/ecocode-javascript-plugin-1.4.1-SNAPSHOT.jar + source: ./sonar-plugin/target/ecocode-javascript-plugin-1.5.0.jar + target: /opt/sonarqube/extensions/plugins/ecocode-javascript-plugin-1.5.0.jar - "extensions:/opt/sonarqube/extensions" - "logs:/opt/sonarqube/logs" - "data:/opt/sonarqube/data" diff --git a/eslint-plugin/package.json b/eslint-plugin/package.json index f23a42e..d149025 100644 --- a/eslint-plugin/package.json +++ b/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ecocode/eslint-plugin", - "version": "1.4.0", + "version": "1.5.0", "description": "JavaScript linter of ecoCode project", "keywords": [ "eslint", diff --git a/sonar-plugin/pom.xml b/sonar-plugin/pom.xml index 2d10e50..2a56a6f 100644 --- a/sonar-plugin/pom.xml +++ b/sonar-plugin/pom.xml @@ -5,7 +5,7 @@ io.ecocode ecocode-javascript-plugin - 1.4.1-SNAPSHOT + 1.5.0 sonar-plugin