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 ade608a  release(5.1.0): updated release notes & version 
(eslint-v5.1.0)
ade608a is described below

commit ade608ad204e440f0c1beda945e892e128f363f1
Author: Erisu <er...@apache.org>
AuthorDate: Mon Mar 25 19:57:12 2024 +0900

    release(5.1.0): updated release notes & version (eslint-v5.1.0)
---
 RELEASENOTES.md   | 14 ++++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5105818..c13aee8 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,6 +19,20 @@
 
 # Release Notes for Cordova ESLint
 
+## 5.1.0 (Mar 25, 2024)
+
+**Features:**
+
+* [GH-42](https://github.com/apache/cordova-eslint/pull/42) feat: disable 
no-var for browser usage
+
+**Chores:**
+
+* [GH-40](https://github.com/apache/cordova-eslint/pull/40)chore(deps): 
package-lock rebuild & GHA versions
+
+**CI:**
+
+* [GH-43](https://github.com/apache/cordova-eslint/pull/43) ci: add release 
audit workflow
+
 ## 5.0.0 (Jan 16, 2023)
 
 **Breaking:**
diff --git a/package-lock.json b/package-lock.json
index 1296cbb..a4bb1e2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@cordova/eslint-config",
-  "version": "5.1.0-dev",
+  "version": "5.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@cordova/eslint-config",
-      "version": "5.1.0-dev",
+      "version": "5.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "eslint": "^8.31.0",
diff --git a/package.json b/package.json
index b5a1ea3..01286e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@cordova/eslint-config",
-  "version": "5.1.0-dev",
+  "version": "5.1.0",
   "description": "Cordova ESLint Config",
   "main": "index.js",
   "scripts": {


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

Reply via email to