Skip to content

Commit 13de7be

Browse files
committed
build: publish v0.8.0
1 parent d025baa commit 13de7be

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.8.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-rule-benchmark/compare/v0.7.0...v0.8.0)
6+
7+
### 🚀 Features
8+
9+
- Add eslint-config option to run-single command ([cb5e4e6](https://github.com/azat-io/eslint-rule-benchmark/commit/cb5e4e6))
10+
- Add eslint-config option to run command ([ff5997c](https://github.com/azat-io/eslint-rule-benchmark/commit/ff5997c))
11+
- Lint all supported extensions by default ([f041a96](https://github.com/azat-io/eslint-rule-benchmark/commit/f041a96))
12+
13+
### 💅 Refactors
14+
15+
- Fix jsdoc examples ([0e7d361](https://github.com/azat-io/eslint-rule-benchmark/commit/0e7d361))
16+
17+
### 🏡 Chore
18+
19+
- Update dependencies ([d6b7fa3](https://github.com/azat-io/eslint-rule-benchmark/commit/d6b7fa3))
20+
- Update typescript config ([ce09b65](https://github.com/azat-io/eslint-rule-benchmark/commit/ce09b65))
21+
- Update dependencies ([d025baa](https://github.com/azat-io/eslint-rule-benchmark/commit/d025baa))
22+
23+
### ❤️ Contributors
24+
25+
- Azat S. ([@azat-io](https://github.com/azat-io))
26+
- Christopher Buss <christopher.buss+github@protonmail.com>
27+
328
## v0.7.0
429

530
[compare changes](https://github.com/azat-io/eslint-rule-benchmark/compare/v0.6.0...v0.7.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.7.0",
3+
"version": "0.8.0",
44
"description": "Benchmark ESLint rules with detailed performance metrics for CI and plugin development",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)