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 3314693 release(5.0.0): updated release notes & version
(eslint-v5.0.0)
3314693 is described below
commit 3314693a5d6e8801360bd4e05025e8208f501474
Author: Erisu <[email protected]>
AuthorDate: Fri Jan 13 21:50:30 2023 +0900
release(5.0.0): updated release notes & version (eslint-v5.0.0)
---
RELEASENOTES.md | 18 ++++++++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c926bdd..01d3481 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,6 +19,24 @@
# Release Notes for Cordova ESLint
+## 5.0.0 (Jan 13, 2023)
+
+**Breaking:**
+
+* [GH-35](https://github.com/apache/cordova-eslint/pull/35) dep!: bump all
available packages
+ * `eslint@^8.31.0`
+ * `eslint-config-standard@^17.0.0`
+ * `eslint-plugin-import@^2.27.2`
+ * `eslint-plugin-promise@^6.1.1`
+ * `jasmine@^4.5.0`
+* [GH-37](https://github.com/apache/cordova-eslint/pull/37) chore!: update
node engine requirement for external users
+* [GH-34](https://github.com/apache/cordova-eslint/pull/34) chore!: bump node
engine requirement >=16.0.0
+
+**Other Changes:**
+
+* [GH-33](https://github.com/apache/cordova-eslint/pull/33) ci(gh-actions):
update workflow and dependencies
+* [GH-30](https://github.com/apache/cordova-eslint/pull/30) chore(deps): bump
minimist from 1.2.5 to 1.2.6
+
## 4.0.0 (Oct 27, 2021)
**Breaking:**
diff --git a/package-lock.json b/package-lock.json
index 14a2893..9b4aa0e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cordova/eslint-config",
- "version": "5.0.0-dev",
+ "version": "5.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@cordova/eslint-config",
- "version": "5.0.0-dev",
+ "version": "5.0.0",
"license": "Apache-2.0",
"dependencies": {
"eslint": "^8.31.0",
diff --git a/package.json b/package.json
index c14bf6b..600e5e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cordova/eslint-config",
- "version": "5.0.0-dev",
+ "version": "5.0.0",
"description": "Cordova ESLint Config",
"main": "index.js",
"scripts": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]