Skip to content

Commit 2e47460

Browse files
committed
chore(release): 1.0.0
1 parent d9e2ff7 commit 2e47460

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.0.0-alpha.1...v1.0.0) (2017-01-28)
7+
8+
9+
510
<a name="1.0.0-alpha.1"></a>
611
# 1.0.0-alpha.1 (2017-01-28)
712

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "eslint-config-webpack",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0",
44
"description": "Provides Webpacks's .eslintrc as an extensible shared config",
55
"main": "index.js",
6-
"files":[
6+
"files": [
77
"index.js",
88
"rules"
99
],

0 commit comments

Comments
 (0)