@@ -7,23 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.4.0] - 2023-10-30
11+
1012### Added
1113
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
2022
2123### Changed
2224
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
2729
2830## [ 0.2.0] - 2023-05-29
2931
@@ -46,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4648- Setup basic coding style tools
4749- Write complete contributing guide
4850
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
5054
5155[ 0.2.0 ] : https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...eslint-plugin/0.2.0
5256
0 commit comments