Skip to content

Commit 23b34f2

Browse files
author
Rob McGuinness
committed
chore(release): 3.0.0-beta.3
1 parent 50e4362 commit 23b34f2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<a name="3.0.0-beta.3"></a>
2+
# [3.0.0-beta.3](https://github.com/Availity/eslint-config-availity/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2017-10-03)
3+
4+
5+
### Chores
6+
7+
* **dependencies:** upgrade eslint-config-airbnb and eslint-config-airbnb-base ([843c7e3](https://github.com/Availity/eslint-config-availity/commit/843c7e3))
8+
9+
10+
### Features
11+
12+
* **eslint:** update rules ([081339d](https://github.com/Availity/eslint-config-availity/commit/081339d))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **eslint:** no-param-reassign and consistent-return are disabled
18+
* **dependencies:** eslint-config-airbnb upgraded to v15. @see https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb/CHANGELOG.md#1500--2017-05-14
19+
* **dependencies:** eslint-config-airbnb-base upgraded to v12: @see https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/CHANGELOG.md#1200--2017-09-02
20+
21+
22+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-availity",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"description": "Shareable ESLint config for Availity projects",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)