Skip to content

Commit 42e4205

Browse files
committed
release(13.0.0): updated release notes & version (cli-13.0.0)
1 parent 43e1f13 commit 42e4205

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

RELEASENOTES.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,53 @@
2020
-->
2121
# Cordova-cli Release Notes
2222

23+
### 13.0.0 (Nov 23, 2025)
24+
25+
**Breaking Changes:**
26+
27+
* [GH-678](https://github.com/apache/cordova-cli/pull/678) feat!: bump dependencies & node engine requirement
28+
* [GH-633](https://github.com/apache/cordova-cli/pull/633) feat!: remove telemetry feature
29+
* [GH-672](https://github.com/apache/cordova-cli/pull/672) chore(npm)!: bump various npm packages
30+
* [GH-666](https://github.com/apache/cordova-cli/pull/666) chore!: bump node requirement & npm dependencies
31+
* [GH-642](https://github.com/apache/cordova-cli/pull/642) chore!: Prepare for next major
32+
33+
**Fixes:**
34+
35+
* [GH-662](https://github.com/apache/cordova-cli/pull/662) fix: bump @babel/helpers
36+
* [GH-640](https://github.com/apache/cordova-cli/pull/640) fix: remove potential error when setting exit code
37+
38+
**Others:**
39+
40+
* [GH-679](https://github.com/apache/cordova-cli/pull/679) chore: update release audit workflow & license headers
41+
* [GH-677](https://github.com/apache/cordova-cli/pull/677) chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
42+
* [GH-676](https://github.com/apache/cordova-cli/pull/676) chore(deps): bump glob from 10.4.5 to 10.5.0
43+
* [GH-673](https://github.com/apache/cordova-cli/pull/673) chore: license headers
44+
* [GH-671](https://github.com/apache/cordova-cli/pull/671) chore(deps): bump tmp from 0.2.3 to 0.2.4
45+
* [GH-668](https://github.com/apache/cordova-cli/pull/668) chore(coverage): Move from nyc to c8 for code coverage
46+
* [GH-667](https://github.com/apache/cordova-cli/pull/667) chore(deps): bump on-headers and compression
47+
* [GH-665](https://github.com/apache/cordova-cli/pull/665) chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12
48+
* [GH-658](https://github.com/apache/cordova-cli/pull/658) chore(deps): bump systeminformation from 5.22.11 to 5.23.8
49+
* [GH-657](https://github.com/apache/cordova-cli/pull/657) chore(deps): bump path-to-regexp and express
50+
* [GH-654](https://github.com/apache/cordova-cli/pull/654) chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
51+
* [GH-655](https://github.com/apache/cordova-cli/pull/655) chore(ci): Add code scanning & fix dependabot failures
52+
* [GH-646](https://github.com/apache/cordova-cli/pull/646) chore(deps): bump micromatch from 4.0.7 to 4.0.8
53+
* [GH-652](https://github.com/apache/cordova-cli/pull/652) chore(deps): bump cookie and express
54+
* [GH-643](https://github.com/apache/cordova-cli/pull/643) chore: Update dependencies
55+
* [GH-637](https://github.com/apache/cordova-cli/pull/637) chore(deps): bump express from 4.18.2 to 4.19.2
56+
* [GH-639](https://github.com/apache/cordova-cli/pull/639) chore(deps): bump tar from 6.2.0 to 6.2.1
57+
* [GH-641](https://github.com/apache/cordova-cli/pull/641) chore(deps): bump braces from 3.0.2 to 3.0.3
58+
* [GH-635](https://github.com/apache/cordova-cli/pull/635) chore(deps): bump ip from 2.0.0 to 2.0.1
59+
* [GH-631](https://github.com/apache/cordova-cli/pull/631) chore: Rolled dependencies to the latest non-breaking versions
60+
* [GH-670](https://github.com/apache/cordova-cli/pull/670) ci: various workflow improvements
61+
* [GH-669](https://github.com/apache/cordova-cli/pull/669) ci(workflow): update release-audit & license config
62+
* [GH-656](https://github.com/apache/cordova-cli/pull/656) ci: use apache-rat-action@v1 (tag)
63+
* [GH-638](https://github.com/apache/cordova-cli/pull/638) ci: update codecov@v4 w/ token
64+
* [GH-636](https://github.com/apache/cordova-cli/pull/636) ci: update release audit workflow
65+
* [GH-630](https://github.com/apache/cordova-cli/pull/630) ci(gh-action): add Apache RAT & package license checker workflow
66+
* [GH-554](https://github.com/apache/cordova-cli/pull/554) doc(create): update default values
67+
* [GH-428](https://github.com/apache/cordova-cli/pull/428) doc: update `README`.md
68+
* [GH-616](https://github.com/apache/cordova-cli/pull/616) doc: update & refactor cli reference
69+
2370
### 12.0.0 (May 20, 2023)
2471

2572
**Breaking:**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova",
3-
"version": "13.0.0-dev",
3+
"version": "13.0.0",
44
"description": "Cordova command line interface tool",
55
"main": "cordova",
66
"engines": {

0 commit comments

Comments
 (0)