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 13d7c56 release(6.0.1): updated release notes & version
13d7c56 is described below
commit 13d7c5641bfedeb92f87c41ac6881d68d44c235d
Author: Erisu <[email protected]>
AuthorDate: Tue Jan 27 16:01:41 2026 +0900
release(6.0.1): updated release notes & version
---
RELEASENOTES.md | 11 +++++++++++
package-lock.json | 6 ++----
package.json | 2 +-
3 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 22ce10c..8f88533 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,17 @@
# Release Notes for Cordova ESLint
+## 6.0.1 (Jan 27, 2026)
+
+* chore: small changes ([#60](https://github.com/apache//pull/60))
[[3270929](https://github.com/apache/cordova-eslint/commit/3270929)]
+* chore: update release audit workflow & license headers
([#59](https://github.com/apache//pull/59))
[[feee491](https://github.com/apache/cordova-eslint/commit/feee491)]
+* chore: readme, ci workflow & package-lock update
([#57](https://github.com/apache//pull/57))
[[511a461](https://github.com/apache/cordova-eslint/commit/511a461)]
+* chore: use node internal test framework
([#55](https://github.com/apache//pull/55))
[[cf4654e](https://github.com/apache/cordova-eslint/commit/cf4654e)]
+* chore: increment package version to 6.0.1-dev
[[bb384d5](https://github.com/apache/cordova-eslint/commit/bb384d5)]
+* chore(ci): draft release ([#61](https://github.com/apache//pull/61))
[[f6122b8](https://github.com/apache/cordova-eslint/commit/f6122b8)]
+* chore(deps): bump `js-yaml` from 4.1.0 to 4.1.1
([#58](https://github.com/apache//pull/58))
[[5015fdf](https://github.com/apache/cordova-eslint/commit/5015fdf)]
+* chore(deps): bump `@eslint/plugin-kit` from 0.3.3 to 0.3.4
([#56](https://github.com/apache//pull/56))
[[9bcedb2](https://github.com/apache/cordova-eslint/commit/9bcedb2)]
+
## 6.0.0 (Jul 21, 2025)
**Breaking Changes:**
diff --git a/package-lock.json b/package-lock.json
index ef25c66..b61d899 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cordova/eslint-config",
- "version": "6.0.1-dev",
+ "version": "6.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cordova/eslint-config",
- "version": "6.0.1-dev",
+ "version": "6.0.1",
"license": "Apache-2.0",
"dependencies": {
"eslint": "^9.31.0",
@@ -242,7 +242,6 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
"integrity":
"sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
"license": "MIT",
- "peer": true,
"bin": {
"acorn": "bin/acorn"
},
@@ -868,7 +867,6 @@
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
"integrity":
"sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
"license": "MIT",
- "peer": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.1",
diff --git a/package.json b/package.json
index a00d2ad..a1aecc1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cordova/eslint-config",
- "version": "6.0.1-dev",
+ "version": "6.0.1",
"description": "Cordova ESLint Config",
"main": "index.js",
"scripts": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]