Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent c6bb60e commit 9197142
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion 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]

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

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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": "@creedengo/eslint-plugin",
"version": "1.5.0",
"version": "2.0.0",
"description": "JavaScript linter of creedengo 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>org.green-code-initiative</groupId>
<artifactId>creedengo-javascript-plugin</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>2.0.0</version>

<packaging>sonar-plugin</packaging>

Expand Down

0 comments on commit 9197142

Please sign in to comment.