Skip to content

Commit 57d2710

Browse files
committed
build: publish v0.6.0
1 parent 52b15ca commit 57d2710

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-rule-benchmark/compare/v0.5.0...v0.6.0)
6+
7+
### 🚀 Features
8+
9+
- Improve deviation formatting ([31725fc](https://github.com/azat-io/eslint-rule-benchmark/commit/31725fc))
10+
- Use fix flag in eslint instance ([52b15ca](https://github.com/azat-io/eslint-rule-benchmark/commit/52b15ca))
11+
12+
### 🐞 Bug Fixes
13+
14+
- Copy type definition files to dist ([449f827](https://github.com/azat-io/eslint-rule-benchmark/commit/449f827))
15+
16+
### 💅 Refactors
17+
18+
- Update system info formatting ([68b7127](https://github.com/azat-io/eslint-rule-benchmark/commit/68b7127))
19+
20+
### 📖 Documentation
21+
22+
- Improve docs ([84cbe46](https://github.com/azat-io/eslint-rule-benchmark/commit/84cbe46))
23+
24+
### ❤️ Contributors
25+
26+
- Azat S. ([@azat-io](https://github.com/azat-io))
27+
328
## v0.5.0
429

530
[compare changes](https://github.com/azat-io/eslint-rule-benchmark/compare/v0.4.0...v0.5.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-rule-benchmark",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Benchmark ESLint rules with detailed performance metrics for CI and plugin development",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)