Skip to content

Commit 7d8812d

Browse files
Release version 1.5.0
1 parent 9fc3a9a commit 7d8812d

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff 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+
## [1.5.0] - 2024-03-13
11+
1012
### Added
1113

1214
- 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
1618

1719
### Changed
1820

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
2022

2123
### Fixed
2224

@@ -63,7 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6365
- Setup basic coding style tools
6466
- Write complete contributing guide
6567

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
6771

6872
[1.4.0]: https://github.com/green-code-initiative/ecoCode-javascript/compare/eslint-plugin/0.2.0...1.4.0
6973

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
1717
volumes:
1818
- 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
2121
- "extensions:/opt/sonarqube/extensions"
2222
- "logs:/opt/sonarqube/logs"
2323
- "data:/opt/sonarqube/data"

eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecocode/eslint-plugin",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "JavaScript linter of ecoCode project",
55
"keywords": [
66
"eslint",

sonar-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.ecocode</groupId>
77
<artifactId>ecocode-javascript-plugin</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.5.0</version>
99

1010
<packaging>sonar-plugin</packaging>
1111

0 commit comments

Comments
 (0)