Skip to content

Commit

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

[Unreleased changes](./UNRELEASED.md)

# 10.1.0

## Added

- Add `@typescript-eslint/array-type` rule and specify `array-simple` for TypeScript files.

# 10.0.0

## Added/Breaking
Expand Down
5 changes: 1 addition & 4 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# UNRELEASED

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

## Added

- Add `@typescript-eslint/array-type` rule and specify `array-simple` for TypeScript files.
2 changes: 1 addition & 1 deletion 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-skyscanner",
"version": "10.0.0",
"version": "10.1.0",
"description": "Skyscanner's ESLint config.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 6806ec6

Please sign in to comment.