File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
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
+ ## [ 2.1.0] - 2025-03-31
11
+
10
12
### Added
11
13
12
14
- [ #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
99
101
- Setup basic coding style tools
100
102
- Write complete contributing guide
101
103
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
103
107
104
108
[ 2.0.0 ] : https://github.com/green-code-initiative/creedengo-javascript/compare/1.5.0...2.0.0
105
109
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ services:
19
19
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE : " true"
20
20
volumes :
21
21
- 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
24
24
- " extensions:/opt/sonarqube/extensions"
25
25
- " logs:/opt/sonarqube/logs"
26
26
- " data:/opt/sonarqube/data"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @creedengo/eslint-plugin" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " JavaScript linter of creedengo project" ,
5
5
"keywords" : [
6
6
" eslint" ,
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.green-code-initiative</groupId >
7
7
<artifactId >creedengo-javascript-plugin</artifactId >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.1.0 </version >
9
9
10
10
<packaging >sonar-plugin</packaging >
11
11
You can’t perform that action at this time.
0 commit comments