Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit a094113

Browse files
committed
Release 4.2.0
1 parent 661716f commit a094113

File tree

10 files changed

+14
-11
lines changed

10 files changed

+14
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to eslint-config-oraclejet
22

3-
*Copyright (c) 2014, 2017 Oracle and/or its affiliates
3+
*Copyright (c) 2014, 2018 Oracle and/or its affiliates
44
The Universal Permissive License (UPL), Version 1.0*
55

66
**Pull requests are currently not being accepted for the Oracle JET project.**

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818

1919
```
20-
Copyright (c) 2014, 2017 Oracle and/or its affiliates
20+
Copyright (c) 2014, 2018 Oracle and/or its affiliates
2121
The Universal Permissive License (UPL), Version 1.0
2222
2323
Subject to the condition set forth below, permission is hereby granted to any person obtaining

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @oracle/eslint-config-oraclejet 4.1.0
1+
# @oracle/eslint-config-oraclejet 4.2.0
22

33
This package contains the ESLint configurations used by the Oracle JET project. These configurations come in two flavors:
44

@@ -145,4 +145,4 @@ We may re-enable both of these rules in the future, and as such encourage the us
145145
Oracle JET is an open source project. Pull Requests are currently not being accepted. See [CONTRIBUTING](https://github.com/oracle/eslint-config-oraclejet/tree/master/CONTRIBUTING.md) for details.
146146

147147
## [License](https://github.com/oracle/eslint-config-oraclejet/tree/master/LICENSE.md)
148-
Copyright (c) 2014, 2017 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0
148+
Copyright (c) 2014, 2018 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release Notes for eslint-config-oraclejet ##
22

3+
### 4.2.0
4+
* No changes
5+
36
### 4.1.0
47
* No changes
58

es5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
// Config for es6

es5/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
module.exports = {

es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
// Config for es6

es6/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
module.exports = {

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
// Default config

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oracle/eslint-config-oraclejet",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"license": "UPL-1.0",
55
"description": "JET Coding standards eslint config files",
66
"keywords": [
@@ -24,5 +24,5 @@
2424
"devDependencies": {
2525
"fs-extra": "~2.1.2"
2626
},
27-
"jetdocversion": "410"
27+
"jetdocversion": "420"
2828
}

0 commit comments

Comments
 (0)