Skip to content

Commit f2ab620

Browse files
chore(release): 9.0.0 [skip ci]
# [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
1 parent 1499e0b commit f2ab620

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See
4+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [9.0.0](https://github.com/LLK/eslint-config-scratch/compare/v8.0.0...v9.0.0) (2022-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** fix eslint-plugin-react dep conflict ([cacb72c](https://github.com/LLK/eslint-config-scratch/commit/cacb72c2281b99b5b3f7462256451443ae98e1bb))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **deps:** now requires eslint@^8

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-scratch",
3-
"version": "1.0.0",
3+
"version": "9.0.0",
44
"description": "Shareable ESLint config for Scratch",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)