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

Commit 161eea8

Browse files
chore(main): release 5.0.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 078af5f commit 161eea8

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+
## [5.0.0](https://github.com/danieljimeneznz/eslint-config/compare/v4.0.0...v5.0.0) (2022-06-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Enforce strong typescript naming conventions, move presets to configs dir (#13)
11+
12+
### Features
13+
14+
* Enforce strong typescript naming conventions, move presets to configs dir ([#13](https://github.com/danieljimeneznz/eslint-config/issues/13)) ([078af5f](https://github.com/danieljimeneznz/eslint-config/commit/078af5faaa6e6659040547c73292041c59baad35))
15+
516
## [4.0.0](https://github.com/danieljimeneznz/eslint-config/compare/v3.0.1...v4.0.0) (2022-06-16)
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": "4.0.0",
3+
"version": "5.0.0",
44
"description": "danieljimeneznz's eslint config",
55
"license": "Unlicense",
66
"repository": {

0 commit comments

Comments
 (0)