Skip to content

Commit 70b7762

Browse files
committed
v11.0.4
1 parent 36670a5 commit 70b7762

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.0.4 (2022-02-02)
2+
<a id="v11.0.4"></a>
3+
#### 🏡 Internal
4+
5+
* [#57](https://github.com/groupon/javascript/pull/57) always use latest ecmaVersion ([@dbushong](https://github.com/dbushong))
6+
7+
18
### v11.0.3 (2021-11-22)
29
<a id="v11.0.3"></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%3D10.13-blue?logo=node.js&logoColor=white)
3-
![nlm-version](https://img.shields.io/badge/version-11.0.3-blue?logo=version&logoColor=white)
3+
![nlm-version](https://img.shields.io/badge/version-11.0.4-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.3",
3+
"version": "11.0.4",
44
"description": "ESLint configuration used by Groupon",
55
"license": "BSD-3-Clause",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)