Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Mar 30, 2017
1 parent d56416b commit f503cd0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
### 3.0.0
* Update: Using ESLint AST selectors in some rules (fixes #59) (Kevin Partington)
* Breaking: Updating eslint peerDependency to >=3.18.0 (refs #59) (Kevin Partington)
* Upgrade: devDependencies to latest version (Kevin Partington)
* Chore: Enable template-curly-spacing ESLint rule (fixes #54) (Kevin Partington)
* Chore: Enable prefer-template ESLint rule (refs #54) (Kevin Partington)
* Chore: Enable prefer-const ESLint rule (refs #54) (Kevin Partington)
* Chore: Enabling no-const-assign ESLint rule (refs #54) (Kevin Partington)
* Chore: Enable no-var ESLint rule (refs #54) (Kevin Partington)
* Chore: Fix whitespace in ESLint configuration (Kevin Partington)
* Chore: Consume eslint-plugin-node (Kevin Partington)
* Breaking: engines set in package.json (node >=4.0.0) (Kevin Partington)
* Breaking: Updating exported configs (fixes #52, fixes #58) (Kevin Partington)
* Chore: Ensuring rules etc. are sorted in index.js (Kevin Partington)
* Docs: Fixing indentation in no-qunit-start-in-tests docs (fixes #55) (Kevin Partington)

### 2.4.0
* Docs: Fixing indentation in no-qunit-start-in-tests docs (Kevin Partington)
* Docs: Add Turbo87 to project contributor list (Kevin Partington)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-qunit",
"version": "2.4.0",
"version": "3.0.0",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f503cd0

Please sign in to comment.