Skip to content

Commit 3ee5af0

Browse files
committedOct 13, 2019
chore(release): 9.1.0
1 parent 0ddb47d commit 3ee5af0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [9.1.0](https://github.com/moxystudio/eslint-config/compare/v9.0.1...v9.1.0) (2019-10-13)
6+
7+
8+
### Features
9+
10+
* add ECMA 2019 support (es10) ([0ddb47d](https://github.com/moxystudio/eslint-config/commit/0ddb47d607f0f8f3efea74791069b6bd396dbadc))
11+
512
### [9.0.1](https://github.com/moxystudio/eslint-config/compare/v9.0.0...v9.0.1) (2019-10-13)
613

714

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-moxy",
33
"description": "MOXY eslint configuration to be used across several JavaScript projects",
4-
"version": "9.0.1",
4+
"version": "9.1.0",
55
"keywords": [
66
"eslint-config",
77
"eslintconfig",

0 commit comments

Comments
 (0)
Please sign in to comment.