You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/11 06:30:24 UTC

[cordova-eslint] branch master updated: Updated RELEASENOTES.md & version for release 2.0.0 (eslint-v2.0.0)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git


The following commit(s) were added to refs/heads/master by this push:
     new 5edece3  Updated RELEASENOTES.md & version for release 2.0.0 (eslint-v2.0.0)
5edece3 is described below

commit 5edece30cde9dea4cd3349c1ba96a276c32e485f
Author: Erisu <el...@gmail.com>
AuthorDate: Mon Nov 11 15:29:33 2019 +0900

    Updated RELEASENOTES.md & version for release 2.0.0 (eslint-v2.0.0)
---
 RELEASENOTES.md   | 9 +++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2ea204e..90df040 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,6 +19,15 @@
 
 # Release Notes for Cordova ESLint
 
+## 2.0.0 (Nov 11, 2019)
+
+* [GH-10](https://github.com/apache/cordova-eslint/pull/10) feat: make base rules stricter & closer to semistandard
+* [GH-9](https://github.com/apache/cordova-eslint/pull/9) docs: use new 'overrides' directive in sample config
+* [GH-8](https://github.com/apache/cordova-eslint/pull/8) chore: update dependencies
+* [GH-7](https://github.com/apache/cordova-eslint/pull/7) chore: increment package version to 2.0.0-dev
+* [GH-5](https://github.com/apache/cordova-eslint/pull/5) Test all exported configurations
+* [GH-6](https://github.com/apache/cordova-eslint/pull/6) Add GitHub Actions CI
+
 ## 1.0.0 (Nov 07, 2019)
 
 * [GH-4](https://github.com/apache/cordova-eslint/pull/4) chore: updated package-lock & added RELEASENOTES.md
diff --git a/package-lock.json b/package-lock.json
index 8c42fc0..a6f2aeb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "@cordova/eslint-config",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 09d0856..9bcfeca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@cordova/eslint-config",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "description": "Cordova ESLint Config",
   "main": "index.js",
   "scripts": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org