Skip to content

Commit 4d111e9

Browse files
Bump eslint-plugin to 0.1.0
1 parent 5954f47 commit 4d111e9

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.yarn/versions/0a63a0fb.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
releases:
2-
"@ecocode/eslint-plugin": minor

eslint-plugin/CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2023-03-24
11+
1012
### Added
1113

12-
- First alpha version of the ESLint plugin 🚀
13-
- Add rule `@ecocode/no-multiple-access-dom-element`
14-
- Create tooling script to generate SonarQube rules
15-
- Setup mocha and nyc for tests and coverage
16-
- Setup basic coding style tools
17-
- Write complete contributing guide
14+
- First alpha version of the ESLint plugin 🚀
15+
- Add rule `@ecocode/no-multiple-access-dom-element`
16+
- Create tooling script to generate SonarQube rules
17+
- Setup mocha and nyc for tests and coverage
18+
- Setup basic coding style tools
19+
- Write complete contributing guide
20+
21+
[Unreleased]: https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...HEAD
22+
23+
[0.1.0]: https://github.com/green-code-initiative/ecoCode-linter/compare/6d305511db82bf8faa4833528641535e605dbacf...eslint-plugin/0.1.0

eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecocode/eslint-plugin",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "JavaScript linter of ecoCode project",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)