Skip to content

Commit 4a77cb7

Browse files
author
Drew Lustro
committed
Release 1.2.0
1 parent b560972 commit 4a77cb7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.2.0](https://github.com/venturehacks/eslint-config-angellist/compare/1.1.3...1.2.0)
8+
9+
- re-instate react/recommended (accidentally removed at some point) [`b560972`](https://github.com/venturehacks/eslint-config-angellist/commit/b56097217fdd0b2db51d4aedaf07385afcc5e95a)
10+
711
#### [1.1.3](https://github.com/venturehacks/eslint-config-angellist/compare/1.1.2...1.1.3)
812

13+
> 8 March 2022
14+
15+
- Release 1.1.3 [`7b0a98c`](https://github.com/venturehacks/eslint-config-angellist/commit/7b0a98cef350513c4d351f694c2e5b7d29989958)
916
- include jsx-a11y plugin by default [`efb1f2c`](https://github.com/venturehacks/eslint-config-angellist/commit/efb1f2c798d550dd40b4c5100c02ab2c418af4f0)
1017

1118
#### [1.1.2](https://github.com/venturehacks/eslint-config-angellist/compare/1.1.1...1.1.2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-angellist",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "Sharable ESLint configuration for AngelList",
55
"main": "index.js",
66
"repository": "https://github.com/venturehacks/eslint-config-angellist",

0 commit comments

Comments
 (0)