Skip to content

Commit

Permalink
chore(release): 2.0.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-next.2](v2.0.0-next.1...v2.0.0-next.2) (2021-12-15)

### Features

* add `@typescript-eslint/recommended` rules ([6d33824](6d33824))
  • Loading branch information
semantic-release-bot committed Dec 15, 2021
1 parent 6d33824 commit c741304
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.0.0-next.2](https://github.com/lion-byte/eslint-config/compare/v2.0.0-next.1...v2.0.0-next.2) (2021-12-15)


### Features

* add `@typescript-eslint/recommended` rules ([6d33824](https://github.com/lion-byte/eslint-config/commit/6d3382419b0c1fce5553a90e75fe1f083f65db57))

# [2.0.0-next.1](https://github.com/lion-byte/eslint-config/compare/v1.9.0...v2.0.0-next.1) (2021-12-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lionbyte/eslint-config",
"version": "2.0.0-next.1",
"version": "2.0.0-next.2",
"description": "ESLint config for personal projects",
"scripts": {
"format": "npm run prettier && npm run lint -- --fix",
Expand Down

0 comments on commit c741304

Please sign in to comment.