Skip to content

Commit

Permalink
1.0.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jun 12, 2016
1 parent 916f009 commit a8e802f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### 1.0.0-rc0
* New: Added shareable configs "two" and "recommended" (fixes #33) (Kevin Partington)
* Breaking: Removing rulesConfig from plugin exports (Kevin Partington)
* Chore: Transformed rules into new-style ESLint rules (fixes #34) (Kevin Partington)
* Chore: Update peerDependency: eslint@^2.8.0 (fixes #32) (Kevin Partington)
* Fix: require-expect only report one error per test (fixes: #35) (Mitch Lloyd)

### 0.9.1
* Build: Fix generate-release-changelog after removing shelljs global (Kevin Partington)
* Build: Using double quotes to escape test exclusion glob (Kevin Partington)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-qunit",
"version": "0.9.1",
"version": "1.0.0-rc0",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a8e802f

Please sign in to comment.