Skip to content

Commit 2df48f1

Browse files
committed
release(12.0.2): updated release notes & version (lib-12.0.2)
1 parent 1bdb0d3 commit 2df48f1

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

RELEASENOTES.md

+20
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@
2020
-->
2121
# Cordova-lib Release Notes
2222

23+
### 12.0.2 (Oct 29, 2024)
24+
25+
**Fixes:**
26+
27+
* [GH-935](https://github.com/apache/cordova-lib/pull/935) fix: platform & plugin prerelease package support
28+
* [GH-933](https://github.com/apache/cordova-lib/pull/933) fix(ios): Prevent mix build phases
29+
* [GH-913](https://github.com/apache/cordova-lib/pull/913) fix: uninstalling plugin with platform separated required variables
30+
31+
**Chores:**
32+
33+
* [GH-934](https://github.com/apache/cordova-lib/pull/934) chore(deps): bump cookie and express
34+
* [GH-928](https://github.com/apache/cordova-lib/pull/928) chore(deps): bump micromatch from 4.0.5 to 4.0.8
35+
* [GH-925](https://github.com/apache/cordova-lib/pull/925) chore(deps): bump braces from 3.0.2 to 3.0.3
36+
* [GH-924](https://github.com/apache/cordova-lib/pull/924) chore(deps): Update some dependencies, add Node 20 to CI
37+
38+
**CI:**
39+
40+
* [GH-926](https://github.com/apache/cordova-lib/pull/926) ci(release-audit): add license header and dependency checker
41+
* [GH-923](https://github.com/apache/cordova-lib/pull/923) ci: update codecov@v4 w/ token
42+
2343
### 12.0.1 (May 19, 2023)
2444

2545
* [GH-918](https://github.com/apache/cordova-lib/pull/918) fix: platform add with tarball & directory

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "cordova-lib",
44
"license": "Apache-2.0",
55
"description": "Apache Cordova tools core lib and API",
6-
"version": "12.0.2-dev",
6+
"version": "12.0.2",
77
"repository": "github:apache/cordova-lib",
88
"bugs": "https://github.com/apache/cordova-lib/issues",
99
"main": "cordova-lib.js",

0 commit comments

Comments
 (0)