File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] - 2025-01-22
11+
1012### Added
1113
1214- [ #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
8385- Setup basic coding style tools
8486- Write complete contributing guide
8587
86- [ Unreleased ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/1.5.0...HEAD
88+ [ Unreleased ] : https://github.com/green-code-initiative/creedengo-javascript/compare/2.0.0...HEAD
89+
90+ [ 2.0.0 ] : https://github.com/green-code-initiative/creedengo-javascript/compare/1.5.0...2.0.0
8791
8892[ 1.5.0 ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...1.5.0
8993
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ services:
1919 SONAR_ES_BOOTSTRAP_CHECKS_DISABLE : " true"
2020 volumes :
2121 - type : bind
22- source : ./sonar-plugin/target/creedengo-javascript-plugin-1.5.1-SNAPSHOT .jar
23- target : /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-1.5.1-SNAPSHOT .jar
22+ source : ./sonar-plugin/target/creedengo-javascript-plugin-2.0.0 .jar
23+ target : /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.0.0 .jar
2424 - " extensions:/opt/sonarqube/extensions"
2525 - " logs:/opt/sonarqube/logs"
2626 - " data:/opt/sonarqube/data"
Original file line number Diff line number Diff line change 11{
22 "name" : " @creedengo/eslint-plugin" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " JavaScript linter of creedengo project" ,
55 "keywords" : [
66 " eslint" ,
Original file line number Diff line number Diff line change 55
66 <groupId >org.green-code-initiative</groupId >
77 <artifactId >creedengo-javascript-plugin</artifactId >
8- <version >1.5.1-SNAPSHOT </version >
8+ <version >2.0.0 </version >
99
1010 <packaging >sonar-plugin</packaging >
1111
You can’t perform that action at this time.
0 commit comments