@@ -7,23 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.4.0] - 2023-10-30
11
+
10
12
### Added
11
13
12
- - [ #14 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/14 ) Create SonarQube plugin
13
- - [ #21 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/21 ) Add rule ` @ecocode/avoid-css-animations ` (EC29)
14
- - [ #18 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/18 ) Add rule ` @ecocode/limit-db-query-results ` (EC24)
15
- - [ #19 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/19 ) Add rule ` @ecocode/no-empty-image-src-attribute ` (EC25)
16
- - [ #20 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/20 ) Add rule ` @ecocode/prefer-shorthand-css-notations ` (EC26)
17
- - [ #22 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/22 ) Add rule ` @ecocode/provide-print-css ` (EC30)
18
- - [ #25 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/25 ) Add license headers
19
- - [ ecoCode #207 ] ( https://github.com/green-code-initiative/ecoCode/issues/207 ) Add release tag analyzis on SonarCloud
14
+ - [ #14 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/14 ) Create SonarQube plugin
15
+ - [ #21 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/21 ) Add rule ` @ecocode/avoid-css-animations ` (EC29)
16
+ - [ #18 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/18 ) Add rule ` @ecocode/limit-db-query-results ` (EC24)
17
+ - [ #19 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/19 ) Add rule ` @ecocode/no-empty-image-src-attribute ` (EC25)
18
+ - [ #20 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/20 ) Add rule ` @ecocode/prefer-shorthand-css-notations ` (EC26)
19
+ - [ #22 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/22 ) Add rule ` @ecocode/provide-print-css ` (EC30)
20
+ - [ #25 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/25 ) Add license headers
21
+ - [ ecoCode #207 ] ( https://github.com/green-code-initiative/ecoCode/issues/207 ) Add release tag analyzis on SonarCloud
20
22
21
23
### Changed
22
24
23
- - [ #12 ] ( https://github.com/green-code-initiative/ecoCode-javascript/issues/12 ) Pack ESLint plugin into SonarQube plugin
24
- - [ #16 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/16 ) Use centralized rules specifications
25
- - Update release process through GitHub Actions
26
- - Backport all existing rules into SonarQube plugin
25
+ - [ #12 ] ( https://github.com/green-code-initiative/ecoCode-javascript/issues/12 ) Pack ESLint plugin into SonarQube plugin
26
+ - [ #16 ] ( https://github.com/green-code-initiative/ecoCode-javascript/pull/16 ) Use centralized rules specifications
27
+ - Update release process through GitHub Actions
28
+ - Backport all existing rules into SonarQube plugin
27
29
28
30
## [ 0.2.0] - 2023-05-29
29
31
@@ -46,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
48
- Setup basic coding style tools
47
49
- Write complete contributing guide
48
50
49
- [ Unreleased ] : https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.2.0...HEAD
51
+ [ Unreleased ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...HEAD
52
+
53
+ [ 1.4.0 ] : https://github.com/green-code-initiative/ecoCode-javascript/compare/eslint-plugin/0.2.0...1.4.0
50
54
51
55
[ 0.2.0 ] : https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...eslint-plugin/0.2.0
52
56
0 commit comments