Skip to content

Commit

Permalink
chore(release): 1.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.8](v1.0.7...v1.0.8) (2024-04-03)

### Bug Fixes

* **react:** turn off 'react/jsx-one-expression-per-line' ([05732c7](05732c7))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent 05732c7 commit 4c2b386
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.8](https://github.com/BryanBerger98/eslint-config-bryanberger/compare/v1.0.7...v1.0.8) (2024-04-03)


### Bug Fixes

* **react:** turn off 'react/jsx-one-expression-per-line' ([05732c7](https://github.com/BryanBerger98/eslint-config-bryanberger/commit/05732c7311ccb218ca92ebf777c518258b319443))
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-bryanberger",
"description": "My personal ESLint config",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/BryanBerger98/eslint-config-bryanberger",
Expand Down Expand Up @@ -102,4 +102,4 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0"
}
}
}

0 comments on commit 4c2b386

Please sign in to comment.