Skip to content

Commit

Permalink
v10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 4, 2021
1 parent b9c486b commit fe9e348
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v10.0.4 (2021-06-04)
<a id="v10.0.4"></a>
#### 🔼 Dependencies

* [#51](https://github.com/groupon/javascript/pull/51) chore(deps): bump hosted-git-info from 2.5.0 to 2.8.9 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### 🏡 Internal

* [#52](https://github.com/groupon/javascript/pull/52) ci(actions): add GitHub actions ([@aaarichter](https://github.com/aaarichter))


### v10.0.3 (2021-03-26)

#### 🏡 Internal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fjavascript%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/javascript/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-10.0.3-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-10.0.4-blue?logo=version&logoColor=white)
# JavaScript at Groupon

This repository contains tools & guidelines for using JavaScript at Groupon.
Expand Down
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-groupon",
"version": "10.0.3",
"version": "10.0.4",
"description": "ESLint configuration used by Groupon",
"license": "BSD-3-Clause",
"main": "lib/index.js",
Expand Down

0 comments on commit fe9e348

Please sign in to comment.