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

Commit

Permalink
Prepare v3.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jun 23, 2017
1 parent c27e459 commit bb518b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v3.1.4](https://github.com/AtomLinter/linter-jshint/tree/v3.1.4) (2017-06-23)
[Full Changelog](https://github.com/AtomLinter/linter-jshint/compare/v3.1.3...v3.1.4)

**Implemented enhancements:**

- Cache debug information where possible [\#418](https://github.com/AtomLinter/linter-jshint/pull/418) ([Arcanemagus](https://github.com/Arcanemagus))

**Fixed bugs:**

- Atom Helper using 100% of CPU on Mac OS when escaping new lines '\' for a big string [\#410](https://github.com/AtomLinter/linter-jshint/issues/410)

## [v3.1.3](https://github.com/AtomLinter/linter-jshint/tree/v3.1.3) (2017-06-23)
[Full Changelog](https://github.com/AtomLinter/linter-jshint/compare/v3.1.2...v3.1.3)

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-jshint",
"main": "./lib/main.js",
"version": "3.1.3",
"version": "3.1.4",
"description": "Linter plugin for JavaScript, using jshint",
"repository": "https://github.com/AtomLinter/linter-jshint.git",
"license": "MIT",
Expand Down

0 comments on commit bb518b6

Please sign in to comment.