diff --git a/CHANGELOG.md b/CHANGELOG.md index fe532e4..2e7fe98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +### v3.0.0-rc1 - September 18, 2016 + +* Breaking: Convert rules to new format (fixes #81) (Casey Visco) +* New: Export `plugin:requirejs/recommended` config (Casey Visco) +* Update: Refactor codebase to ES6 (Casey Visco) +* Chore: Extract generic AST functions to own file (Casey Visco) +* Chore: Convert all `var` to `const` or `let` (Casey Visco) +* Chore: Update ESLint Dev and Peer versions to 3.x (fixes #95) (Casey Visco) +* Chore: Replace custom `repeat` function with native ES6 (fixes #94) (Casey Visco) +* Chore: Update eslintrc to support Node 4 ES6 features (fixes #92) (Casey Visco) +* Chore: Remove old node versions from Travis CI (fixes #90) (Casey Visco) +* Build: Improve Test Coverage of no-assign-require rule (Casey Visco) +* Build: Refactor error message creators for amd-function-arity (Casey Visco) +* Build: Add wrapper around ESLint RuleTester (Casey Visco) +* Build: Move test fixtures to a single file (fixes #93) (Casey Visco) +* Docs: Format rule list into tables (Casey Visco) +* Docs: Update version note in README (Casey Visco) + ### v2.0.1 - July 16, 2016 * Chore: Add .npmignore (fixes #91) (Casey Visco) diff --git a/package.json b/package.json index 5ef4758..1c2ac93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-requirejs", "author": "Casey Visco ", - "version": "2.0.1", + "version": "3.0.0-rc1", "description": "Enforce code conventions for RequireJS modules with ESLint", "homepage": "https://github.com/cvisco/eslint-plugin-requirejs", "main": "index.js",