Skip to content

Commit

Permalink
v2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Dec 7, 2018
1 parent 71f2f1f commit 01bf8c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
<a name="2.9.7"></a>
## [2.9.7](https://github.com/jshint/jshint/compare/2.9.6...v2.9.7) (2018-12-07)

This release corrects a packaging issue. It is not expected to modify JSHint's behavior.

<a name="2.9.6"></a>
## [2.9.6](https://github.com/jshint/jshint/compare/2.9.5...v2.9.6) (2018-07-30)

Expand Down
2 changes: 1 addition & 1 deletion dist/jshint-rhino.js
@@ -1,6 +1,6 @@
#!/usr/bin/env rhino
var window = {};
/*! 2.9.6 */
/*! 2.9.7 */
var JSHINT;
if (typeof window === 'undefined') window = {};
(function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/jshint.js
@@ -1,4 +1,4 @@
/*! 2.9.6 */
/*! 2.9.7 */
var JSHINT;
if (typeof window === 'undefined') window = {};
(function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jshint",
"version": "2.9.6",
"version": "2.9.7",
"homepage": "http://jshint.com/",
"description": "Static analysis tool for JavaScript",
"author": {
Expand Down

0 comments on commit 01bf8c6

Please sign in to comment.