Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2024
1 parent 9fc3a9a commit 7d8812d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecocode/eslint-plugin",
"version": "1.4.0",
"version": "1.5.0",
"description": "JavaScript linter of ecoCode project",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.ecocode</groupId>
<artifactId>ecocode-javascript-plugin</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>

<packaging>sonar-plugin</packaging>

Expand Down

0 comments on commit 7d8812d

Please sign in to comment.