Skip to content

Commit d19659b

Browse files
Release version 2.1.0
1 parent 929d702 commit d19659b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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+
## [2.1.0] - 2025-03-31
11+
1012
### Added
1113

1214
- [#40](https://github.com/green-code-initiative/creedengo-javascript/pull/40) Add rule `@creedengo/avoid-autoplay` (GCI36)
@@ -99,7 +101,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99101
- Setup basic coding style tools
100102
- Write complete contributing guide
101103

102-
[Unreleased]: https://github.com/green-code-initiative/creedengo-javascript/compare/2.0.0...HEAD
104+
[Unreleased]: https://github.com/green-code-initiative/creedengo-javascript/compare/2.1.0...HEAD
105+
106+
[2.1.0]: https://github.com/green-code-initiative/creedengo-javascript/compare/2.0.0...2.1.0
103107

104108
[2.0.0]: https://github.com/green-code-initiative/creedengo-javascript/compare/1.5.0...2.0.0
105109

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-2.0.1-SNAPSHOT.jar
23-
target: /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.0.1-SNAPSHOT.jar
22+
source: ./sonar-plugin/target/creedengo-javascript-plugin-2.1.0.jar
23+
target: /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.1.0.jar
2424
- "extensions:/opt/sonarqube/extensions"
2525
- "logs:/opt/sonarqube/logs"
2626
- "data:/opt/sonarqube/data"

eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creedengo/eslint-plugin",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "JavaScript linter of creedengo project",
55
"keywords": [
66
"eslint",

sonar-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.green-code-initiative</groupId>
77
<artifactId>creedengo-javascript-plugin</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0</version>
99

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

0 commit comments

Comments
 (0)