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

Commit 403ada7

Browse files
committed
Release 6.1.0
1 parent 1c5647b commit 403ada7

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-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, 2018 Oracle and/or its affiliates
3+
*Copyright (c) 2014, 2019 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, 2018 Oracle and/or its affiliates
20+
Copyright (c) 2014, 2019 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 6.0.0
1+
# @oracle/eslint-config-oraclejet 6.1.0
22

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

@@ -133,4 +133,4 @@ While we would like to leave this rule enabled, we are currently seeing some fal
133133
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.
134134

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

RELEASENOTES.md

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

3-
### 6.0.0
3+
### 6.1.0
44
* No changes
55

66
### 5.2.0

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, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, 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, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, 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, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, 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, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, 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, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
// Default config

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oracle/eslint-config-oraclejet",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"scripts": {"build": "node build/build.js"},
55
"license": "UPL-1.0",
66
"description": "JET Coding standards eslint config files",

0 commit comments

Comments
 (0)