Skip to content

Commit e5086ef

Browse files
committed
v11.1.0
1 parent 637ccd5 commit e5086ef

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v11.1.0 (2022-04-01)
2+
<a id="v11.1.0"></a>
3+
#### 🏡 Internal
4+
5+
* [#61](https://github.com/groupon/javascript/pull/61) ignore h & React in jsx files ([@dbushong](https://github.com/dbushong))
6+
7+
18
### v11.0.6 (2022-03-16)
29
<a id="v11.0.6"></a>
310
#### 🏡 Internal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fjavascript%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/javascript/issues)
22
![nlm-node](https://img.shields.io/badge/node-%3E%3D12-blue?logo=node.js&logoColor=white)
3-
![nlm-version](https://img.shields.io/badge/version-11.0.6-blue?logo=version&logoColor=white)
3+
![nlm-version](https://img.shields.io/badge/version-11.1.0-blue?logo=version&logoColor=white)
44
# JavaScript at Groupon
55

66
This repository contains tools & guidelines for using JavaScript at Groupon.

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-groupon",
3-
"version": "11.0.6",
3+
"version": "11.1.0",
44
"description": "ESLint configuration used by Groupon",
55
"license": "BSD-3-Clause",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)