Skip to content

Commit

Permalink
chore: 88.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 12, 2018
1 parent 2a15207 commit 5564de4
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 703 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ cache:
matrix:
fast_finish: true
include:
- node_js: '11'
- node_js: "11"
script: npm run $JOB_PART
env: JOB_PART=pretest
- node_js: '11'
- node_js: "11"
script: npm run $JOB_PART
env: JOB_PART=test-only
- node_js: '10'
- node_js: "10"
script: npm run $JOB_PART
env: JOB_PART=test-only
- node_js: '8'
- node_js: "8"
script: npm run $JOB_PART
env: JOB_PART=test-only
- node_js: '6'
- node_js: "6"
script: npm run $JOB_PART
env: JOB_PART=test-only

before_install:
- 'if [[ `npm -v` != 6* ]]; then npm i -g npm@latest; fi'
- "if [[ `npm -v` != 6* ]]; then npm i -g npm@latest; fi"
- nvm --version
- node --version
- npm --version
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org). Except add new
rule (it is breaking changed by default).

## 88.0.0 - 2018-11-12

- Chore: minimum require `eslint-plugin-html` version is now `^5.0.0`.
- Chore: minimum require `eslint-plugin-jest` version is now `^22.0.0`.

## 87.0.0 - 2018-11-06

- Added: `jest/prefer-spy-on` rule.
Expand Down
3 changes: 2 additions & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ module.exports = {
"prettier --list-different",
"remark -f -q",
"git add"
]
],
"*.{yml,yaml}": ["prettier --list-different", "git add"]
};
Loading

0 comments on commit 5564de4

Please sign in to comment.