Skip to content

Commit

Permalink
12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Aug 5, 2022
1 parent 47a1e7a commit 20961e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased changes](./UNRELEASED.md)

# 12.3.0

- Update guides about how to extend config to consistently say 'add @skyscanner/eslint-config-skyscanner'
- Bump @typescript-eslint/parser from 5.12.0 to 5.31.0
- Bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.32.0
- Bump lint-staged from 13.0.0 to 13.0.3
- Bump eslint-config-prettier from 8.3.0 to 8.5.0
- Bump husky from 7.0.4 to 8.0.1 (drop Node 12 support)

# 12.2.0

- Prefer default arguments to default props in functional components
Expand Down
9 changes: 0 additions & 9 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# UNRELEASED

This project adheres to [Semantic Versioning](http://semver.org/).

# 12.3.0

- Update guides about how to extend config to consistently say 'add @skyscanner/eslint-config-skyscanner'
- Bump @typescript-eslint/parser from 5.12.0 to 5.31.0
- Bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.32.0
- Bump lint-staged from 13.0.0 to 13.0.3
- Bump eslint-config-prettier from 8.3.0 to 8.5.0
- Bump husky from 7.0.4 to 8.0.1 (drop Node 12 support)
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": "@skyscanner/eslint-config-skyscanner",
"version": "12.3.0-beta.0",
"version": "12.3.0",
"description": "Skyscanner's ESLint config.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 20961e5

Please sign in to comment.