Skip to content

Commit b490d68

Browse files
committed
release 1.0.0
1 parent 4843bfa commit b490d68

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.0.0 / 2021-01-08
2+
==================
3+
4+
* 1.0.0
5+
* update eslint to 7.16.0
6+
* adds ES9 configuration extending eslint:recommended rules
7+
* adds tests for es9 configuration
8+
* updates README.md according to new configuration
9+
* fixes tests for es5 and es6 configurations
10+
111
0.6.0 / 2020-09-09
212
==================
313

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-htmlacademy",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "ESLint shareable config for the HTML Academy style",
55
"files": [
66
"es5.js",

0 commit comments

Comments
 (0)