Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare v7.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 12, 2016
1 parent 01b5d50 commit 7b9ba39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v7.3.1

* Throw original error for invalid ranges ([#694](https://github.com/AtomLinter/linter-eslint/pull/694))

## v7.3.0

* Fix sending `null` to `path.dirname()` for future Electron compatibility ([#673](https://github.com/AtomLinter/linter-eslint/pull/673))
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": "linter-eslint",
"main": "./lib/main",
"version": "7.3.0",
"version": "7.3.1",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down

0 comments on commit 7b9ba39

Please sign in to comment.