Skip to content

Commit 8955be5

Browse files
committed
chore(release): 1.0.0-alpha.1
1 parent a1eb5db commit 8955be5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.0.0-alpha.1"></a>
6+
# 1.0.0-alpha.1 (2017-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **es2015:** drop deprecated rule ([7ccaef6](https://github.com/webpack-contrib/eslint-config-webpack/commit/7ccaef6))
12+
* **node:** add env mocha to node rules ([1fc3832](https://github.com/webpack-contrib/eslint-config-webpack/commit/1fc3832))
13+
* **rules:** update remaining v2 syntax ([71e617a](https://github.com/webpack-contrib/eslint-config-webpack/commit/71e617a))
14+
* **stylistic:** add missing comma-dangle rule ([e47d255](https://github.com/webpack-contrib/eslint-config-webpack/commit/e47d255))
15+
16+
17+
### Features
18+
19+
* **rules:** add best practices rule set ([c4742c0](https://github.com/webpack-contrib/eslint-config-webpack/commit/c4742c0))
20+
* **rules:** add entrypoint ([b921de4](https://github.com/webpack-contrib/eslint-config-webpack/commit/b921de4))
21+
* **rules:** add es2015 rule set ([861edb8](https://github.com/webpack-contrib/eslint-config-webpack/commit/861edb8))
22+
* **rules:** add imports rule set ([3e6eb77](https://github.com/webpack-contrib/eslint-config-webpack/commit/3e6eb77))
23+
* **rules:** add node rule set ([2201d52](https://github.com/webpack-contrib/eslint-config-webpack/commit/2201d52))
24+
* **rules:** add possible errors rule set ([08cde67](https://github.com/webpack-contrib/eslint-config-webpack/commit/08cde67))
25+
* **rules:** add stylistic rule set ([bff21c7](https://github.com/webpack-contrib/eslint-config-webpack/commit/bff21c7))
26+
* **rules:** add variables rule set ([daabb4f](https://github.com/webpack-contrib/eslint-config-webpack/commit/daabb4f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-webpack",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Provides Webpacks's .eslintrc as an extensible shared config",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)