@@ -7,25 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.0] - 2023-05-29
11
+
10
12
### Added
11
13
12
- - Add support for TypeScript rules with ** typescript-eslint**
13
- - Add rule ` @ecocode/avoid-high-accuracy-geolocation `
14
- - Add rule ` @ecocode/no-import-all-from-library `
15
- - Add rule ` @ecocode/no-multiple-style-changes `
16
- - Add rule ` @ecocode/prefer-collections-with-pagination `
14
+ - Add support for TypeScript rules with ** typescript-eslint**
15
+ - Add rule ` @ecocode/avoid-high-accuracy-geolocation `
16
+ - Add rule ` @ecocode/no-import-all-from-library `
17
+ - Add rule ` @ecocode/no-multiple-style-changes `
18
+ - Add rule ` @ecocode/prefer-collections-with-pagination `
17
19
18
20
## [ 0.1.0] - 2023-03-24
19
21
20
22
### Added
21
23
22
- - First alpha version of the ESLint plugin 🚀
23
- - Add rule ` @ecocode/no-multiple-access-dom-element `
24
- - Create tooling script to generate SonarQube rules
25
- - Setup mocha and nyc for tests and coverage
26
- - Setup basic coding style tools
27
- - Write complete contributing guide
24
+ - First alpha version of the ESLint plugin 🚀
25
+ - Add rule ` @ecocode/no-multiple-access-dom-element `
26
+ - Create tooling script to generate SonarQube rules
27
+ - Setup mocha and nyc for tests and coverage
28
+ - Setup basic coding style tools
29
+ - Write complete contributing guide
30
+
31
+ [ Unreleased ] : https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.2.0...HEAD
28
32
29
- [ Unreleased ] : https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...HEAD
33
+ [ 0.2.0 ] : https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...eslint-plugin/0.2.0
30
34
31
35
[ 0.1.0 ] : https://github.com/green-code-initiative/ecoCode-linter/compare/6d305511db82bf8faa4833528641535e605dbacf...eslint-plugin/0.1.0
0 commit comments