Skip to content

Commit

Permalink
Prepare 0.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Coulman authored and lexun committed Jan 27, 2017
1 parent fbed87d commit 4122dfb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/CodingZeal/eslint-config-zeal/compare/v0.17.0...HEAD)
## [Unreleased](https://github.com/CodingZeal/eslint-config-zeal/compare/v0.18.0...HEAD)

## [0.18.0](https://github.com/CodingZeal/eslint-config-zeal/compare/v0.17.0...v0.18.0) - 2017-01-27

### Changed

* Update to ESLint 3.14.1. ([#49](https://github.com/CodingZeal/eslint-config-zeal/pull/49))

### Added

* Adds support for new rule, but leaves them disabled: `prefer-promise-reject-errors` and `no-multi-assign`. ([#49](https://github.com/CodingZeal/eslint-config-zeal/pull/49))

## [0.17.0](https://github.com/CodingZeal/eslint-config-zeal/compare/v0.16.0...v0.17.0) - 2017-01-23

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-zeal",
"description": "ESLint sharable configuration matching Zeal's style guide",
"version": "0.17.0",
"version": "0.18.0",
"main": "index.js",
"files": [
"*.js"
Expand Down

0 comments on commit 4122dfb

Please sign in to comment.