Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit e6b1afc

Browse files
chore(main): release 7.0.0 (#41)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5bb8ef7 commit e6b1afc

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
This repository adheres to semantic versioning and follows the conventions of [keepachangelog.com](http://keepachangelog.com)
44

5+
## [7.0.0](https://github.com/danieljimeneznz/eslint-config/compare/v6.1.1...v7.0.0) (2022-11-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Remove require-await rule (#40)
11+
12+
### Features
13+
14+
* Remove require-await rule ([#40](https://github.com/danieljimeneznz/eslint-config/issues/40)) ([5bb8ef7](https://github.com/danieljimeneznz/eslint-config/commit/5bb8ef73f44e53f55da46ca3b9bfdebe03f32582))
15+
516
## [6.1.1](https://github.com/danieljimeneznz/eslint-config/compare/v6.1.0...v6.1.1) (2022-11-11)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@danieljimeneznz/eslint-config",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "danieljimeneznz's eslint config",
55
"license": "Unlicense",
66
"repository": {

0 commit comments

Comments
 (0)