diff --git a/CHANGELOG.md b/CHANGELOG.md index 4461690..b039089 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] +## [2.0.0] - 2025-01-22 + ### Added - [#39](https://github.com/green-code-initiative/creedengo-javascript/issues/39) Add rule `@creedengo/avoid-brightness-override` (GCI522) @@ -83,7 +85,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.5.0...HEAD +[Unreleased]: https://github.com/green-code-initiative/creedengo-javascript/compare/2.0.0...HEAD + +[2.0.0]: https://github.com/green-code-initiative/creedengo-javascript/compare/1.5.0...2.0.0 [1.5.0]: https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...1.5.0 diff --git a/docker-compose.yml b/docker-compose.yml index f42aff3..907d33c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,8 +19,8 @@ services: SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: "true" volumes: - type: bind - source: ./sonar-plugin/target/creedengo-javascript-plugin-1.5.1-SNAPSHOT.jar - target: /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-1.5.1-SNAPSHOT.jar + source: ./sonar-plugin/target/creedengo-javascript-plugin-2.0.0.jar + target: /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.0.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 10157d0..6ad286a 100644 --- a/eslint-plugin/package.json +++ b/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@creedengo/eslint-plugin", - "version": "1.5.0", + "version": "2.0.0", "description": "JavaScript linter of creedengo project", "keywords": [ "eslint", diff --git a/sonar-plugin/pom.xml b/sonar-plugin/pom.xml index 198f6b4..3c0c8bf 100644 --- a/sonar-plugin/pom.xml +++ b/sonar-plugin/pom.xml @@ -5,7 +5,7 @@ org.green-code-initiative creedengo-javascript-plugin - 1.5.1-SNAPSHOT + 2.0.0 sonar-plugin