Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed May 12, 2023
1 parent 81a8bc9 commit d443f3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [1.3.0](https://github.com/rezstream/eslint-plugin-rezstream/compare/v1.2.0...v1.3.0) - 2023-05-12

- Use `devDependencies` list instead of file override for `import/no-extraneous-dependencies` rule
- Bumped `@typescript-eslint/eslint-plugin` to 5.59.5
- Bumped `@typescript-eslint/parser` to 5.59.5
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,7 +1,7 @@
{
"name": "@rezstream/eslint-plugin",
"description": "An opinionated collection of ESLint shared configs and rules used by rezStream",
"version": "1.2.0",
"version": "1.3.0",
"main": "lib/index.js",
"files": [
"lib/*"
Expand Down

0 comments on commit d443f3b

Please sign in to comment.