Skip to content

Commit

Permalink
v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Nov 5, 2021
1 parent c625dfb commit 8bf0143
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v11.0.0 (2021-11-05)
<a id="v11.0.0"></a>
#### 💥 Breaking Changes

[#54](https://github.com/groupon/javascript/pull/54) upgrades and typescript ([@dbushong](https://github.com/dbushong))

requires bumping eslint-plugin-prettier to ^4

#### 🏡 Internal

* [#54](https://github.com/groupon/javascript/pull/54) upgrades and typescript ([@dbushong](https://github.com/dbushong))


### v10.0.5 (2021-08-16)
<a id="v10.0.5"></a>
#### 🔼 Dependencies
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.5-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-11.0.0-blue?logo=version&logoColor=white)
# JavaScript at Groupon

This repository contains tools & guidelines for using JavaScript at Groupon.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-groupon",
"version": "10.0.5",
"version": "11.0.0",
"description": "ESLint configuration used by Groupon",
"license": "BSD-3-Clause",
"main": "lib/index.js",
Expand Down Expand Up @@ -68,4 +68,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 8bf0143

Please sign in to comment.