@@ -7,25 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2023-05-29
11+
1012### Added
1113
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 `
1719
1820## [ 0.1.0] - 2023-03-24
1921
2022### Added
2123
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
2832
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
3034
3135[ 0.1.0 ] : https://github.com/green-code-initiative/ecoCode-linter/compare/6d305511db82bf8faa4833528641535e605dbacf...eslint-plugin/0.1.0
0 commit comments