Skip to content

Commit

Permalink
Update base config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmaciejewski committed Jan 21, 2019
1 parent c86de24 commit 88612fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.2 / 2019-01-21
==================
- Updated base config


2.0.1 / 2019-01-21
==================
- Fixed legacy decorators support
Expand Down
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-getresponse",
"version": "2.0.1",
"version": "2.0.2",
"description": "GetResponse ESLint shareable config for React apps",
"keywords": [
"config",
Expand All @@ -26,7 +26,7 @@
"test": "npm run lint"
},
"dependencies": {
"eslint-config-getresponse-base": "2.0.1"
"eslint-config-getresponse-base": "2.0.2"
},
"devDependencies": {
"eslint": "^5.12.1",
Expand Down

0 comments on commit 88612fa

Please sign in to comment.