File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.5.0] - 2024-03-13
11
+
10
12
### Added
11
13
12
14
- 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
16
18
17
19
### Changed
18
20
19
- - [ #30 ] ( https://github.com/green-code-initiative/ecoCode-javascript/issues/30 ) Improve documentation and clean code taxonomy of all rules
21
+ - [ #30 ] ( https://github.com/green-code-initiative/ecoCode-javascript/issues/30 ) Improve documentation and clean code taxonomy of all rules
20
22
21
23
### Fixed
22
24
@@ -63,7 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
65
- Setup basic coding style tools
64
66
- Write complete contributing guide
65
67
66
- [ Unreleased ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...HEAD
68
+ [ Unreleased ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/1.5.0...HEAD
69
+
70
+ [ 1.5.0 ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...1.5.0
67
71
68
72
[ 1.4.0 ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/eslint-plugin/0.2.0...1.4.0
69
73
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ services:
16
16
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE : ' true'
17
17
volumes :
18
18
- type : bind
19
- source : ./sonar-plugin/target/ecocode-javascript-plugin-1.4.1-SNAPSHOT .jar
20
- target : /opt/sonarqube/extensions/plugins/ecocode-javascript-plugin-1.4.1-SNAPSHOT .jar
19
+ source : ./sonar-plugin/target/ecocode-javascript-plugin-1.5.0 .jar
20
+ target : /opt/sonarqube/extensions/plugins/ecocode-javascript-plugin-1.5.0 .jar
21
21
- " extensions:/opt/sonarqube/extensions"
22
22
- " logs:/opt/sonarqube/logs"
23
23
- " data:/opt/sonarqube/data"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ecocode/eslint-plugin" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " JavaScript linter of ecoCode project" ,
5
5
"keywords" : [
6
6
" eslint" ,
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >io.ecocode</groupId >
7
7
<artifactId >ecocode-javascript-plugin</artifactId >
8
- <version >1.4.1-SNAPSHOT </version >
8
+ <version >1.5.0 </version >
9
9
10
10
<packaging >sonar-plugin</packaging >
11
11
You can’t perform that action at this time.
0 commit comments