Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.0.0...v9.0.0) (2022-10-13)

### Bug Fixes

* **deps:** fix eslint-plugin-react dep conflict ([cacb72c](cacb72c))

### BREAKING CHANGES

* **deps:** now requires eslint@^8
  • Loading branch information
semantic-release-bot committed Oct 13, 2022
1 parent 1499e0b commit f2ab620
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0](https://github.com/LLK/eslint-config-scratch/compare/v8.0.0...v9.0.0) (2022-10-13)


### Bug Fixes

* **deps:** fix eslint-plugin-react dep conflict ([cacb72c](https://github.com/LLK/eslint-config-scratch/commit/cacb72c2281b99b5b3f7462256451443ae98e1bb))


### BREAKING CHANGES

* **deps:** now requires eslint@^8
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": "eslint-config-scratch",
"version": "1.0.0",
"version": "9.0.0",
"description": "Shareable ESLint config for Scratch",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f2ab620

Please sign in to comment.