Skip to content

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hjylewis committed Mar 16, 2020
1 parent 4e37ab3 commit ef3be21
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.8.0](https://github.com/hjylewis/esplint/compare/v0.7.1...v0.8.0) (2020-03-16)


### ⚠ BREAKING CHANGES

* The esplint record file can no longer have comments. Please remove comments from .esplint.rec.json

### Features

* remove strip-json-comments dependencies ([#63](https://github.com/hjylewis/esplint/issues/63)) ([b336782](https://github.com/hjylewis/esplint/commit/b336782))

### [0.7.1](https://github.com/hjylewis/esplint/compare/v0.7.0...v0.7.1) (2019-09-04)


Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": {},
"devDependencies": {
"eslint": "^5.0.0",
"esplint": "^0.7.1",
"esplint": "^0.8.0",
"lint-staged": "^7.2.0"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esplint",
"version": "0.7.1",
"version": "0.8.0",
"description": "A ESLint warning tracker to help introduce rules into a legacy code base",
"bin": "index.js",
"scripts": {
Expand Down

0 comments on commit ef3be21

Please sign in to comment.